Hi, so what’s the best practice when it comes to google sheet webhook triggers?
I have a module that watches any changes that are made. Is there a way to make it so that the scenario only triggers when a specific column is changed?
I’m realizing that my scenario keeps breaking because it’s keeping track of every single change that i make onto my google sheets.
This is what im trying to achieve:
- Change a dropdown menu to “approved” on an google sheets row
- Trigger my scenario
- Google the “topic” column of the changed row.
You’ll have to constrain the range to your column in the Sheets connector settings in your sheet.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
1 Like
Thank you so much! This helps.
Would you by chance know how to reference multiple sheets within the Make Extension of Google Sheets?