Flow Editor - How do I get the value of a select?

In the flow editor, I have a bootbox prompt with a select dropdown. However, how do I get the result of what was selected to then use in the flow editor? There doesn’t appear to be any way to get what’s been selected to then use in further steps.

Found out how. It turns out you need to insert a page flow, you do not have the option on an inline flow. You can then use a condition if the prompt = selected value.

This also appears to work on app flows, but only if you manually type out the condition as the data picker doesn’t seem to be working there (Bug report incoming).

Yes inline flows does return any data as they just run “inline” just like dynamic events.

When you want to handle more complex flows and data - always use page flows. Those return data for usage and can be also reused.