My goal is to collect all the updates from a column on a gsheet and notify me when there are updates. I scheduled the scenario to run one time per day.
In my screenshot I have 3 changes in a day so I have 3 records in the queue
But my trigger didnt work and when I click on Run once, the scenario is only running for one item by one item
Does someone have an idea on how to process all the records in once and why my trigger didn’t process the 3 records ?
this is a polling trigger so " Polling triggers are designed to regularly poll a given service whether there has been a change since their previous run. So you will typically schedule a scenario containing a polling trigger module to run periodically by selecting for example At regular intervals option from the Schedule setting panel. If there is a change the trigger will return bundles containing information about the change. If there is no change the trigger will output no bundles." From MAKEs website here
OO sorry you are right. My mistake. I would switch over and not use the watch changes I would use the watch rows or search module to find the changes you are looking for so you can re run the rows if needed.
The thing is the file is already filled in. I need to know when there are updates in the file.
So if I choose “watch new rows” module it won’t work.
The rows are already there