Is there anything wrong with passing attributes from one flow to another?

(Hein) #1

I hv been trying to pass attribute from one flow to another and in the sender flow, the log shows that it has passed successfully but no incoming in recipient flow…

Is it a bug and have I missed out anything to make it work?

(John Jackson) #2

Actually attributes are already shared between your flows. So you can use ‘Get an Attribute’ to get that in another flow.

You could also use ‘Attribute Updated’ to trigger when any attribute changes. If you filter that trigger on the attribute name too, then you’ll get a new flow started every time someone sets or changes that single attribute.

The push service is actually for something else - for pushing updates (messages/cards/etc…) out to subscribers.