Does Pabbly pick up updates from Google Sheets ( updates done via webhook on google sheets )

usvikas

Member
Hi,

I have a google sheet with onEdit trigger enabled. If I update the sheet manually the script works fine but if I update the google sheet via webhook then the onEdit trigger does not work.

I would like to know if pabbly workflow would be able to pickup the updates on google sheet if these updates are done via webhook. If yes, then can I build the logic of script on pabbly side instead of google sheet for condition triggers using the pabbly workflows.

Thanks and Regards,
Vikas
 
P

Pabblymember11

Guest
Hey @usvikas

We request our users to not use any kind of formulas or any filter with ImportRange in their Google Sheets to trigger the workflow. Since it might affect the incoming data with the app script.

So, kindly pass the proper data in their Google Sheet to the trigger column manually or from 3rd party application.
 
Top