• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

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