Good morning
I need help to figure out how to call attributes from one flow into a 2nd flow. Here’s what my flows look like
Flow A
- User just made a booking in Flow A which stored and used Attribute X
- Bot asked if user wants to go to Flow B
- User answered yes
Flow B triggered
Issue - Flow B needs to fetch Attribute X from Flow A and skip question which would have stored the same attribute
Any ideas?