Dropdown Menu Database Issue

Hello,

I have created a dropdown menu with static data - the only options in the dropdown menu are “yes” and “no”.

I then created a workflow so that when the submit button on a form is clicked, a new data type is created, but I am having an issue with the attendance field for the “yes” and “no” values of my dropdown menu. The expression is evaluating as a text when it should be yes/no. Regardless of whether I choose yes or no and submit the form, it is only saving as “yes” in the database. How can I fix this? I have reviewed the Bubble docs and past forum posts, but cannot find a solution. Thank you!

At the end, use Dropdown RSVP attendance's value "is" ..... ("yes"/"no")

Since your dropdown is set to “Static Data”, you have to manually enter in the value you want the condition to contain. When it is that value, it’ll become true, if not, it’ll be false. Or a yes/no in Bubble’s case.

This did not work. Perhaps the solution involves using an option set?

I use option sets for basically everything except yes/no’s.

When dropdowns values is... should be more than suited for that simplicity.

I got it working, thanks man!

1 Like