multiple workflows with the same trigger

mschmidt

Member
I have 3 different workflow that I'd like to run off the same trigger (namely a new/updated row in a google sheet). I set them each up individually and tested them and saved them. At the time of set-up they worked as expected. However, when I enter a new data point into the sheet only one of the workflows run. Since they all have the same trigger, do I need to combine them all into a single workflow?
 

Himesh

Active member
I have 3 different workflow that I'd like to run off the same trigger (namely a new/updated row in a google sheet). I set them each up individually and tested them and saved them. At the time of set-up they worked as expected. However, when I enter a new data point into the sheet only one of the workflows run. Since they all have the same trigger, do I need to combine them all into a single workflow?
Hello @mschmidt ,
The trigger you are using might be same but the urls for 3 workflows are different. You can use 1 workflow as google sheet trigger and for other two workflows you can send the required data by API call.

If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.
 
Top