Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Send email to the next record even the first record went on error.

KEPM23
7 - Meteor

I Have a workflow that sends email based on the address book or a file, my goal is to send email (and attach xlsx file) for all records on my list, i want the workflow to go and send to each of the record in my file even one record went on an error.

please see example:

 

Record NumberAccount NumberEmail AddressStatus
11231xx@yc.comSuccessful -  Email sent
24562xx@yg.comERROR - No email sent
37893xx@yc.comSuccessful -  Email sent
41124xx@yc.comSuccessful -  Email sent
1 REPLY 1
afv2688
16 - Nebula
16 - Nebula

Hello @KEPM23 ,

 

To avoid the tool to stop on an error I would recommend you inserting it within a batch macro. That way even if the email fails it will continue trying with the rest.

 

Bear in mind, this will only work on the designer and not on the server, since on the server the process stops when if faces an error.

 

Regards

Labels
Top Solution Authors