How can I send one email after my workflow finishes its runs instead of multiple for each run? Merge node didn't help here. I still got multiple emails

I want to send a single email after all items finish processing, but it, even with Merge (previously after the filter before the email node), keeps emitting per item. How do I correctly collect all items that pass through the filter and trigger only once after?

Hey @naza !

Connect the Done branch to the IF node, and remove that connection between your Airtable and If.

Than at the end add an Aggregate node.

Cheers!

2 Likes

This worked. Thank You! :saluting_face:

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