I have two flows F1 and F2 and I want to call F2 label from F1 flow but the thing is F2 label have one filter so I do I pass it this filter value from F1 to trigger this action(label). How do I do this ?
How do I call a label from 1st flow to another one with filter value?
Hi Himanshu,
It isn’t possible to trigger a label from a different flow. You would need to trigger the 2nd flow which could be done using a Trigger a flow action in flow 1. If you then want to jump to a particular part in Flow 2 you would need to add the GoTo action as the first action in Flow 2 in order to take you to the correct place in the flow.
what do you mean by “GoTo action” here ?
I have three options which one i need to call in flow 2 (Please see flow 2 is our catch all flow)
- Trigger a Flow
- Label
- Goto a Label
To trigger another flow it would be the ‘Trigger a Flow’ action - this would let you trigger another ‘Flow’ trigger or New Message trigger.
A catch-all flow can’t be triggered by a flow trigger, only by text input from a user. If you’re trying to pass a user to another point in the flow then you can use labels. The following tutorial has more information that might help: