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.