How can I define the value of a dropdown choice selected?

For instance: I have 2 dropdown menu choices - when the first choice is pressed i want something to happen and when choice 2 is pressed i want something else to happen.

How can I define the value of the dropdown selected?

1 Like

From a data standpoint, say you have two dropdowns on your page (Dropdown A and Dropdown B). In dropdown A, you want to display a list of users. In dropdown B, you want to display a list of that user’s friends.

Dropdown B can reference dropdown A. (Ie. “Dropdown A’s User’s List of Friends”). (You can also attach a bit of conditional logic to Dropdown B to “disable” it until Dropdown A’s value is submitted.

For a Dropdown’s choice being selected, you can employ a "When this dropdown’s value is changed workflow, trigger this workflow action. (In the example video below, selecting Dropdown A’s value subsequently makes the group containing Dropdown B visible.

Dan (creator of LearnTo - 115+ tutorials covering all aspects of Bubble).