I have a Google Sheet that is taking data from a Paperform form submission.
When the sheet updates the row with the new form submission, it is firing a webhook into Pabbly, which is working fine.
Let's say that the Sheet is receiving data in columns A and C, that B is blank, and that C is the trigger column to fire the webhook into Pabbly.
I want to be able to manually add some data into B at a later date, and then that will re-fire the Webhook, but it's not happening.
(because it seems to me that only if I edit data in the trigger column - C - will it fire the webhook again)
How can I do that? (manually enter data into column B at a later date and have it re-fire the webhook?)
When the sheet updates the row with the new form submission, it is firing a webhook into Pabbly, which is working fine.
Let's say that the Sheet is receiving data in columns A and C, that B is blank, and that C is the trigger column to fire the webhook into Pabbly.
I want to be able to manually add some data into B at a later date, and then that will re-fire the Webhook, but it's not happening.
(because it seems to me that only if I edit data in the trigger column - C - will it fire the webhook again)
How can I do that? (manually enter data into column B at a later date and have it re-fire the webhook?)