Set shortcuts based on previous answer

#1

I am building a flow. It asks the users to choose from 3 options [UK, USA and Australia]. Once they have chosen I would like them to be prompted with a question and shortcuts based on their previous selection.

i.e If they choose UK, then the the shorcuts they will see are: London, Manchester and Brighton
i.e If they choose USA, then the the shorcuts they will see are: California, New York and Las Vegas
i.e If they choose Australia, then the the shorcuts they will see are: Sydney, Brisbane and Perth

Thanks - Just getting started with this program!

(Daniel Beckett) #2

Hey there @Theo!

You can control which actions happen in a flow by using Filters. The general idea here would be that you ask your first question and present them with the choices and then have three actions after that which will display based on their first choice.

Here’s a really basic example showing how you can ask a question and send a different message based on what choice is made:

Hopefully that helps :slight_smile:

1 Like