We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

separate emails for records

shikhar6339
7 - Meteor

Hi All,

 

I have the below data and I am looking to send 5 different emails to the 5 different people listed below with their records:

 

NameEmailSaleDateStatus
Aa@gmail.com13219/21/2023Open
Bb@gmail.com3219/19/2023Open
Cc@gmail.com4563469/30/2023Complete
Dd@gmail.com34529/13/2023Complete
Ee@gmail.com879/26/2023Open

 

There should be 5 mails sent in the below format:

 

Hi <Name>,

 

Please find below your sales record:

 

NameSaleDateStatus
A13219/21/2023Open

 

 

Regards,

Shikhar Sharma

 

 

Request your assistance for the above question.

3 REPLIES 3
Deano478
12 - Quasar

Hey @shikhar6339 first you will need to drag on a Report Text tool which will hold the text you want to have in the email from here you will want to use a table tool to create those little tables for each person. I usually then append the report text tool and table tool together so that the same text will appear for each table. Then finally to arrange the reporting snippets into the right order you can use a layout tool to get your desired format.

Note: in the table tool make sure you group on Email

 

DataNath
17 - Castor
17 - Castor

Hey @shikhar6339 here's how I'd go about this:

 

1) Table tool to create the table, grouping by Name and Email so you can reference these downstream

2) Report Text tool which adds the text element above the table, dynamically referencing the [Name]

3) Email tool, which pulls the 'To' part dynamically from the [Email] field and uses the Table+Text as the email body

 

All you should need to do is finish configuring the Email tool i.e. the Subject, Connection etc. Hope this helps!

shikhar6339
7 - Meteor

Thank you!! This really helped.

Labels
Top Solution Authors