SOLVED
For Loop Email
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
yovindapricila
6 - Meteoroid
‎12-04-2020
12:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
Labels:
- Labels:
- Batch Macro
- Dynamic Processing
- Output
2 REPLIES 2
21 - Polaris
‎12-04-2020
02:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@yovindapricila
This one should help you get it done.
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Email/ta-p/32129
Tyro_abc
11 - Bolide
‎12-04-2020
05:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
