I am designing a scheduled workflow that automatically sends email to the Email field in dataset.
No | Field_1 | Field_2 | |
1 | abc@test.com | 123 | abc_2 |
2 | bcd@test.com | 234 | bcd_2 |
3 | cde@test.com | 345 | cde_2 |
I need it to send 3 separate emails to each Email field, and it has to attach relevant information on Field_1 and Field_2 on the email body.
For instance, first email sent to abc@test.com
Subject: New form #1
Body:
No 1.
Field_1: 123
Field_2: abc_2
Any ideas of how this could be configured in Alteryx Designer?
Solved! Go to Solution.
@yovindapricila
This one should help you get it done.
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Email/ta-p/32129