How can i call a flow from within another flow?

tisaigon

Member
Hi,
i have 3 flow A B C
How can i call flow B and C inside flow A?
Example:
in flow A:
check if x> 10, call flow B
check if x <10, call flow C
Thank you
 

ArshilAhmad

Well-known member
Staff member
Hi @tisaigon,

The scenario you have described would function as follows.

Workflow B and C : Add Filter and Data Forwarder as the last 2 steps of these workflows.

Workflow B
1682798204565.png


Workflow C
1682798251726.png


Workflow A: To trigger Workflow A using B and C, you need to copy the Webhook URL of Workflow A and paste it into the Data Forwarder of both B and C.

Workflow A
1682798552947.png
 
Top