How can i call a flow from within another flow?

Status: Open · Asked by ti saigon on · 0 views

tisaigon — Question ·

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

Arshil Ahmad — Reply ·

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

Workflow C

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

tisaigon — Reply ·

@@ArshilAhmad
Thank you.
But your process is (flow B to flow A) and (flow C to flow A)
My process is flow A to (flow B) or (flow C)
Thank you

Arshil Ahmad — Reply ·
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

The workflow I have shared will call workflow B and C inside workflow A.
DRadulescu — Reply ·
The workflow I have shared will call workflow B and C inside workflow A.

Would you please be kind enough to share this? I am having the same issue :) Thank you!

Back to all forum threads · Log in to reply