Start Free Trial

Alteryx Designer Desktop Discussions

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

Email trigger to multiple receipants

praneshsapmm
8 - Asteroid

Hi,

 

I have this requirement as mentioned below : 

 

Input 1 : 

 

Invoice #Handler ID 
123AA;B;C
345BA

 

Input2 :

Hnadler ID Handler mail id Handler Name 
AAAA@xxx.comSmith
BBBB@yyy.comJohn
CCCC@zzz.comKary

 

How can i send one email including A,B,C for invoice 123A and other email to A for invoice 345B . Also note there is no email id in input 1 . That needs to picked up from Inputy2 .

 

Thanks

3 REPLIES 3
binu_acs
21 - Polaris

@praneshsapmm One way of doing this

 

binuacs_0-1667833612235.png

 

gautiergodard
13 - Pulsar

Hello @praneshsapmm 

You would you be able to dynamically solve this by doing something like the attached workflow.

gautiergodard_0-1667833673772.png

 

Hope this helps!

 

saiirangam
8 - Asteroid

@praneshsapmm 

1. Split handler ID using rows to columns and split to rows using delimiter ';'

2. join 2 data sets on Handler ID which results in 4 rows in the J anchor 

3. Connect J anchor output to your table and select group by based on "Invoice #", this will auto create 2 group tables

4, connect to email tool and select the table as the bod of the email and , to email 'Handler mail id'

 

If this worked for you , please accept the solution

Labels
Top Solution Authors