Get response from multiple webhook url into single google sheet

Scenario :
I have a google sheet in which I want to generate content and paste it in a cell after a column has some value. for example if D column has Value "Generate Content" then it should get triggered and should make the value of D column as "Review Generated Content". In next trigger workflow using webhook I want to trigger the workflow when D column is "Review Generated Content" and generate some other content as per the steps in the workflow
 

ArshilAhmad

Well-known member
Staff member
Hi @Amit Tripathi,

It’s not possible to add two webhooks to the same sheet. However, you can set up your workflow with a Router in this manner to achieve your use case.
1746558941511.png
 
Top