Send me an email after all iterations are run

Hi,

How do i trigger an email after all the operations are completed? I want gmail(65) to be triggered only after all operations have completed. In the example shared Gdrive(2) search returns 3 bundles and then after parsing the json(34), i get, 2bundles for bundle1, 1 bundle for bundle2 and 2 bundles for bundle3. Both #of bundles are dynamic and variable. How do i get my flow to trigger the gmail(65) when all 5 operations are completed?

1 Like

Hi @Evate_Automation

Use text aggregator at the end of the node to combine output of each iteration and store in a set variable.

Put the email module other route below after the module where it starts executing each iteration. Before gmail module, put a get variable to call the data from above route and then map in Gmail.

Please note: add filter where bundle order position equal to total number of bundles on email route.

Regards,

Msquare Automation - Platinum Partner of Make
@Msquare_Automation

2 Likes