sending multiple dynamic emails from multiple rows
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
ericren
8 - Asteroid
‎01-24-2023
04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
What if I need multiple dynamic emails for multiple rows?
I want to send a dynamic email for each row that has data. Example below:
name | value | color | type |
apples | 23978293 | blue | B |
oranges | 67345293 | green | C |
grapes | 97545793 | yellow | D |
I would like to construct the email below. Everything bolded will be dynamic, referenced from the cells above.
Text not in bold will be the template for this.
Also, anyway to include bullets in alteryx email output?
Email 1:
Hello Team,
- The name is apples and it has a value of 23978293.
- It also is blue but it is type B.
Email 2:
Hello Team,
- The name is oranges and it has a value of 67345293.
- It also is green but it is type C.
Email 3:
Hello Team,
- The name is grapes and it has a value of 97545793.
- It also is yellow but it is type D.
1 REPLY 1
chuckleswk
11 - Bolide
‎01-24-2023
05:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
