Hello,
I would like to assign a parameter the value contained in one of my columns. I have isolated it, and in my example, the value is 4. The goal is to create an HTML email that will retrieve this value and display it in the email. Is there an action or method that allows me to do this?
Thx 
Hi Marc,
I’ve been doing this exact thing recently, happy to pass on the knowledge.
You need to create a separate module for the Email action, and then pass the value to it as a parameter.
I’ve attached an example showing how.
You can pass through numerous values at the same time (other numbers, text etc.), you need a parameter in the module for each one, so you can get quite creative with it. I’ve not included the Email action itself in case it exposed anything, but here’s an image of the final step:
Alistair
email iteration example.morph (3.8 KB)
3 Likes