I have a workflow with 2 email tools. All the properties of both email tools are configured correctly. Each email tool will individually send an email.
I can run the workflow with the 1st email tool disabled using a container and the 2nd email tool will send an email. Likewise, I can run the workflow with the 2nd email tool disabled using a container and the 1st email tool will send an email.
I have also added a block-until-done to control the execution and have the execution path for the 1st email complete and then start the execution path for the 2nd email. However, only the 1st email is sent.
Any suggestions are appreciated.
Solved! Go to Solution.
can you upload the workflow and remove the email addresses so we can see the run?
why not combine and use 1 single email output, I think the issue is because of the unconnected flows
Yes, that would work if a single email was the desired output. However, I need an email for each file.
This produces an email for each file, each row produces a separate email for the file and email addresses in the row, row 1 sends file 1 to address 1 and row 2 sends file 2 to address2
Thanks for the suggestion. I am new to the email tool so I appreciate the direction.