It runs just fine. What you are experiencing is the Watch New Rows module not finding any new rows. If you click the bubble next to it you can see that the bundle is empty.
The Watch New Rows module isn’t instant and wont trigger when a new row is added to a google sheet. It will run on a timer and every time it will check if anything new is there. Then the following modules will only do something if there are new rows in the sheet.
As an alternative I always suggest adding an App Script to your google sheet to call a Make webhook when a new row is added instead. This will both save on the unneeded executions of the time based module and will be instant.
can’ thank you enough for quick response - can you point me in specific learning article or video regarding this “As an alternative I always suggest adding an App Script to your google sheet to call a Make webhook when a new row is added instead. This will both save on the unneeded executions of the time based module and will be instant.”
Polling Triggers: Epoch Panel & Selecting Older Data
Go to the Epoch Panel, by right-clicking on the trigger module (polling triggers only), and select “Choose where to start” from the list of options in the context menu.
You can also select other old data to re-run your scenario with next using the “Choose manually” option. This will then show you a list of previous historical items you can select to process the next time the scenario is triggered.
Hey @Tobie_Allen I’m sure that @samliew offers a more robust solution, but I can tell you at least why the behaviour is occurring. Sheets is Watching New Rows. Literally. Or at least I had to experiment with it for a bit, but if you fully delete (Right-Click, Delete 2 rows…) in the Sheet, (so the ref to those actual rows are now toast, then you can paste the data back in place and then Sheets will trigger a New Row event.
It points to @samliew’s more eloquent description with the Webhook solution.
Btw, I’m also new here. Is there a place to create Issues? Does anyone (maybe an #admin see’s this) know if connectors are Open-Source, and if one could make a PR to, for example, a Google Watch Row module?
Welcome to the community, it’s super exciting to have you here!
If you believe you are experiencing some technical issues, please feel free to create a ticket with our Support team as they have the right tools to further investigate this situation.
If you have an idea or a suggestion regarding some improvement or app, log them to our Idea Exchange, but don’t forget to search for them first!