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

E-mail output files

rajatjain1
8 - Asteroid

Hi,

 

I have a workflow which creates one output file in xlsx format and soon after it is created, i am sending it some user via email tool.

 

I have created a output folder where the file will reside after being created and similarly i am attaching the email box which takes in attachment as that same output file.

 

The mail is being sent almost a 100 times although i just want only a single mail triggered at the end. Can someone tell me why multiple mails are being triggered?

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Hi @rajatjain1 the email is being sent per every single row of your data. If you use a sample tool before the email tool with just one record going through should be fine.

Labels
Top Solution Authors