12/05/2022 09:03 PM - edited 12/05/2022 09:05 PM
Hi Community,
Can I use 'If condition' while generating an email. For example in the below screen
Can I write...
If users.country EQ 'AU',
concatenate users.firstname and '@abc.com.au'
elseif users.country EQ 'NZ',
concatenate users.firstname and '@abc.com.nz'
endif.
If this won't work what's the other alternative to implement this scenario.
Solved! Go to Solution.
12/05/2022 09:23 PM
Use case when then
12/05/2022 09:30 PM
Thanks Rushi.
Can I write those sql statements in that advanced query field?
12/05/2022 09:37 PM
Yes
12/05/2022 09:38 PM
12/05/2022 09:52 PM
Thanks Rushikesh.