The reply type should be Multiple Choice. All your options must be stored in a single custom field.
Format of data for Dynamic Multiple Choice
Let’s imagine you want to ask the question “What’s your favorite fruit?” and you could offer the option Apple, Banana, Orange, Berry, Melon
1 – Separate options with a comma
Apple, Banana, Orange, Berry, Melon
You can get data from any source like Google Sheets where the options are separated by a comma.
2 – Array of options (From API)
["Apple", "Banana", "Orange", "Berry", "Melon"]
You can use our External Request feature to get data from any API and use response mapping to extract the data you need. In the response below, you use response mapping to save the data to the custom field that is used to store the options.
3 - Check what option the user chose.
Use Condition to check what option the user chose.
Also, you can always personalize your messages with the option that the user chose.

