Google Spreadsheet trigger, multiple pages
Status: Open · Asked by e0979d on · 0 views
I wanted to ask is it possible to have trigger for example on Column "E" but in multiple pages?
all pages will have same structure
I didn't know where to find on this capability, so I thought to ask in forum
Hi @e0979d,
Yes, you have to do the initial setup with the same webhook URL and set 'E' as the trigger column in all your sheets. Make sure that the headers of all your sheets are exactly the same; otherwise, you will encounter mapping issues.
This will allow your workflow to be triggered if data is added in column 'E' of any sheet in your spreadsheet.
@
Hi @e0979d,Yes, you have to do the initial setup with the same webhook URL and set 'E' as the trigger column in all your sheets. Make sure that the headers of all your sheets are exactly the same; otherwise, you will encounter mapping issues.
This will allow your workflow to be triggered if data is added in column 'E' of any sheet in your spreadsheet.
Thanks! do I need to make the Initial Setup for each sheet? or is 1 enough as long as all pages have the same column trigger?
Thanks! do I need to make the Initial Setup for each sheet? or is 1 enough as long as all pages have the same column trigger?
You have to do the Initial Setup in all your sheets.