I set an attribute in a flow later I need this attribute value in second flow (both flows are catch all)? How do I do this?

(Himanshu Teotia) #1

(Both flows are catch all) I am getting blank value in second flow

(Daniel Beckett) #2

@himanshuteotia

Having two catch-all flows is usually a bad idea since they’ll both trigger randomly (unless you’re using some filtering?)

In regards to passing attributes between flows you can do a ‘GET Attribute’ action in the second flow to pull through the latest attribute value.

(Rodrigo Andres Saavedra Aldana) #3

Hi any example from this?

(Daniel Beckett) #4

Hi @Rodrigo_Andres_Saave

The following tutorial has some examples that may be able to help: