dcolley / integromat-facebook-support

0 stars 0 forks source link

[Question: Is it possible to set a module to only execute just once, instea... #139

Open dcolley opened 2 years ago

dcolley commented 2 years ago

Source: copied from https://www.facebook.com/groups/integromat/permalink/3971534096290527/

[Question: Is it possible to set a module to only execute just once, instead of executing every operation?] I have a Scenario that uses the Google Sheets module to watch for new rows, and add those to another google sheet. At the end of the scenario, I want it to send a single email as a notification, using the Email module, however it sends one email per sheet row / operation. How can I tell this final Email module to only execute one time, regardless of how many operations occurred in the prior module? Thanks for any help

dcolley commented 2 years ago

Comment ID: 3971539186290018 I guess you are sending email to one specific email then just use aggregator after add row module

dcolley commented 2 years ago

Comment ID: 3971653729611897 Can you send screenshots of each modules settings?

dcolley commented 2 years ago

Comment ID: 3971671196276817 If you have stable email template and doesn't want to add information from sheets then you can put the filter

Bundle order equals to 1

This means it will process for only 1st entry and simply ignore other entries.

dcolley commented 2 years ago

Comment ID: 3971673569609913 Definitely use an aggregator