I’m new to Flow and have been following some of the tutorials. I’m stuck on this one – using attributes.
My flow is set up as follows:
-
New Message (named: Music recommendations)
-
Ask a question (genre)
-
Ask a question (mood)
-
Set an attribute
genre > {{ask_for_genre.parsed_answer}}
mood > {{ask_for_mood.parsed_answer}} -
Send message
"I also like {{music_recommendations.attributes__genre}} when I’m {{music_recommendations.attributes__mood}}.
However, in the test console, the message is displayed as: “I also like when I’m .”
I’m confused because I think I followed that tutorial correctly, but it’s not getting the attributes that were just defined?