Excel Sheet appender and Send Email Node

I have a workflow that uses a few Excel Sheet Appender nodes to create one Excel file with multiple sheets inside.
I would like to use the Send Email Node for a notification when the file is ready and all sheets have been created.

Unfortunately the sheets are not ready at the same time and the Send Email node (which is connected to only one of the appender nodes) fires an email as soon as this very appender node is ready, even if the others are not.

Is there a way to trigger the Send Email Node only when all of them are ready?

Thanks.

Are your appender nodes on different branches, or inside a loop? It sounds like it might be the former case. If so, you might be able to solve this problem by using a Merge Variables node prior to the Send Email node to make sure all the preceding appenders have completed.

If you’re still having trouble, please feel free to post your workflow.

3 Likes

That’s what I was looking for. Thank you, @ScottF!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.