I’m trying to create a workflow with a trigger that triggered when a new row is added to a Google Sheet.
I have created a scenario triggered by the Google Sheet ‘Watch changes’ trigger and the Google Sheet is updated automatically.
My issue is that when multiple rows are added simultaneously to the Google Sheet, the automation does not trigger. Otherwise it works perfectly with one row.
You can set up a custom webhook that listens for changes in the Google Sheet. When a new row is added, the webhook can trigger your desired workflow. This approach requires some programming knowledge to implement, but it provides more flexibility and control over the triggering mechanism.
I already use a webhook with ‘watch changes’ on google sheet. I’ve configured it and it works when a single row is added but not with multiple rows. Never works when activated or triggered manually