Simple set up for a spreadsheet-based trigger: from drop down menu, selection of a specific value.
Make Extension Add-on installed and Make Webhook URL copied to Make for google sheets settings:: Webhook URL
No Apps Script.
I update the cell and two emissions to the Make Webhook
I use the curl
command to ping the webhook URL and the scenaripo only runs once.
Why is Google doing this and how can I prevent the processing of the duplicate emission from Google?
I suppose I could use sequential pocessing, then put a long wait at the end of the scenario to give me enough time to e.g. update a Make DB with the first runus creation time and then disallow futher processing from the trigger by using a filter to check for an epoch time stamp of now minus the first run to see if it is at least twice as long as the scenario delay… Like… WILL GET IT DONE, but there has to be a better way.
It has been awhile since the last time I made a sprreadsheet trigger, but this dual Google API emissions is a new one on me.
Any ideas?