Skip to main content

I have a flow where I need to create two csv files and email them using the Email Send connector.

I’ve done these many times and it’s super easy...until now.  I need to create and email the first CSV then set a delay (Schedule Connector?) and use a tracked header value from the first part of the flow to create and email another CSV with data from a stored procedure.

In other words, once the CSV hits the Input folder of the first Email Notify it sends the email and stops.  Nothing ever shows up in the Output of the Email Notify.

I suppose I could use the After Send event to trigger the Schedule, but is their another way to send the first email and continue to follow the flow and send the next email.  The key to this is that I have a tracked header value that must remain through the entire flow, as it’s my stored procedures incoming parameter.

Appreciate any input!

Hi Eric,

 

Typically yes, the Email Send connector and the Notify connectors are considered terminal points in a flow so they send out the file via email but they do not produce any output which can be passed to successive connectors.

However, if you right click on most connectors you should see an option to bring up the Success Path, this will create a copy of files that are successfully processed/sent in your connectors such as your Email Send so that the copy can be passed down to other connectors for further processing. Would something like this work for you?

Arc flow demonstrating success path being used in Email Send connector to pass copies of files to connectors for further processing.

 


Reply