Hi All,
Hope you’re well. I’m wondering if you could help me as a beginner I’m trying to get my Subscribe Flow to function correctly however I’m really struggling to see where I am going wrong.
So it’s set-up as follows.
Trigger
Get Started, Start
Message #1
Message Content Here
Filter = {{unsubscribe.attributes__Subscribe}}
Value = 0
This message has a Shortcut Button that is ‘Subscribe’
Set an Attribute
Subscribe = 1
Filter = {{unsubscribe.message}}
Value = Subscribe
Send a Message
Thank You for Subscribing
Filter = {{unsubscribe.attributes__Subscribe}}
Value = 1
Now the problem is after clicking Subscribe I get the bot respond with the first message how do I make it go onto the next Message? Am I missing some sort of filtering have i not thought of something?