Alteryx Designer Desktop Discussions

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

Merge multiple email layouts into single email

vepp
8 - Asteroid

Hello All,

 

I have a sqllite file with multiple layouts. Currently I have 5 layouts and every time I run it, I get 5 individual email alerts per layout. I would like to combine 5 or more layouts into 1 single email. How to achieve this? Please guide me as I am new to Alteryx.

 

Input:

Pic1.jpg

 

Current Output :

 

Like Below I am getting 5 similar emails for each row

 

Data Process Report 
27-May-19
 
   
 
Files ProcessedProcessedCount
Row1 Layout emailYes984

 

Expected Output :

 

Data Process Report 
27-May-19
 
   
 
Files ProcessedProcessedCount
Row1 Layout emailYes984
Row2 Layout emailYes120
Row3 Layout emailYes200
Row4 Layout emailYes100
Row5 Layout emailYes250

 

Regards,

Vp

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @vepp 

 

You can use something like this to group your records into a table and use the table as the body of the email

 

Email.png

 

resulting in 

 

REsult.png

 

Note that the email tool in the attached workflow doesn't have the SMTP:, from: or to: defined for confidentiality reasons.

 

Dan

Labels