Alteryx Designer Desktop Discussions

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

Sending multiple emails to multiple recipients and attach one row per one email address

kkkim
8 - Asteroid

Hi, Everyone!

 

I am trying to send one record (or one row of data in table format) to one email address. 

 

For example, below details will be in the table:

 

NameAgeAddressRSVPDateEmail Address
John Smith421 Apple StYes1/1/2022john@apple.com
Mary Jane352 Apple StNo2/1/2022mary@banana.com
Adam Doe323 Banana StYes3/1/2022adam@cherry.com

 

Email will be sent to individuals with their data only. An example of outcome:

 

Sent to John Smith's email address:

 

Hello:

 

Please confirm your details below:

 

John Smith421 Apple StYes1/1/2022

 

Sent to Mary Jane's email address:

 

Hello:

 

Please confirm your details below:

 

Mary Jane352 Apple StNo

2/1/2022

 

Any ideas on how to do this?

 

Thank you for your valuable input and guidance!!!

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @kkkim 

 

One way of doing this, just properly configure the connection parameters of the email tool.

 

Felipe_Ribeir0_0-1667222961347.png

 

 

 

kkkim
8 - Asteroid

Thank you this worked!!!

 

Kketan24
6 - Meteoroid

Thank you.

 

I have another scenario where I want to Group By "Name" and don't require the Email Address Column in the table. Any suggestions?  

 

NameAgeAddressRSVPDateEmail Address (Not required in the table)
John Smith421 Apple StYes1/1/2022john@apple.com
Mary Jane352 Apple StNo2/1/2022mary@banana.com
John Smith421 Apple StNo3/1/2022

john@apple.com

 

Thank you.

Labels