Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Email sent per Group of Rows

kkkim
8 - Asteroid

Hi, Alteryx Community:

 

I am trying to send one email group. The number of groups is dynamic. So we won't always have fixed set of unique Col A values.

 

Please see below example:

 

Input:

 

Col ACol BCol C
Applexxxxxx
Applexxxxxx
Applexxxxxx
Bananaxxxxxx
Cherryxxxxxx
Cherryxxxxxx

 

I would want to send out email based on Col A group. So email will be separated as below:

 

One email for all Apple

Col ACol BCol C
Applexxxxxx
Applexxxxxx
Applexxx

xxx

 

One email for Banana

Col ACol BCol C
Bananaxxxxxx

 

One email for Cherry

Col ACol BCol C
Cherryxxxxxx
Cherryxxxxxx

 

Any ideas on how to configure this?

 

Thank you so much for your help!

 

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @kkkim 

 

You can use the sample tool configure like this, each row will send just one email.

 

Felipe_Ribeir0_0-1673555550378.png

 

If the data that you want to send to each email needs to be embedded on the body of the email, you can do it using the table tool:

 

Felipe_Ribeir0_1-1673555648859.png

 

If the data need to be sent through attachment, you can use block until done + formula + output tool

 

Felipe_Ribeir0_2-1673555851020.png

  •  

 

 

Labels
Top Solution Authors