Hi there,
I’m trying to set up a leave request system using google forms. I’ve already set up a scenario with the “google sheets → watch changes” trigger which worked great manually adding answers in the sheet until I actually submitted a form answer. This doesn’t count as a “change” because the webhook only works with changes made in the actual google sheets app.
So I’ve tried the less convenient way of using the “google forms → watch responses” trigger and this works but I want users to be able to change their requests (which google forms can do) but this change isn’t picked up by the trigger. Is there any way to modify the watch changes hook so it also works for google forms submissions?
Thanks!