Cannot Use Columns in Send Email Components Subject

Hello,

I’m trying to send a mail with subject being built on the columns from previous action.
When I try to build an expression using previous action, I do not see columns though the previous action is calculated, as attached.
COlumn%20Error
To get around this, I tried to write the column name in [], but it throws an error saying “Error: Error in expression: Global expression must not refer to a field.”
Please help.

Thanks,
Sujith.

Hi Sujith,

EasyMorph doesn’t allow using column name in global expressions because of ambiguity. Sending email is a one-time action, but there are multiple values in the column – which one EasyMorph supposed to use for that action?

if you need to send multiple emails for each value in the column you need to use iterations. Check out this tutorial article on iterations: https://easymorph.com/learn/iterations.html