How do I call a label from 1st flow to another one with filter value?

(Himanshu Teotia) #1

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 ?

(Karen Barker) #2

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. :thumbsup:

(Himanshu Teotia) #3

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)

  1. Trigger a Flow
  2. Label
  3. Goto a Label
(Daniel Beckett) #4

@himanshuteotia

To trigger another flow it would be the ‘Trigger a Flow’ action - this would let you trigger another ‘Flow’ trigger or New Message trigger.

(Himanshu Teotia) #5

How do I trigger a catch all flow once it runs sucessfully?

(Daniel Beckett) #6

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: