Dropdown Not Updating to Database Correctly

Hi, just started using bubble last week. Trying to build my first application. I created a container that collects all the information including three input fields and then a dropdown. Input fields work correctly but the dropdown doesn’t. If I submit information with “yes” in the dropdown menu it shows up as “no” in the database
Screenshot 2024-01-31 at 11.09.16 AM
. If I choose “no” it shows up as “no”.

I’m sorry if this is stupid/easy question…I’m just getting started lol!!!

Hello!
Just leave “attend = Dropdown Choose’s value;”
You don’t get a dynamic answer because you write down the answer to your condition (whether it is true) several times and essentially rewrite one field several times.
Good luck!

Awesome, this worked! Didnt think I could do this because the logic was read and I interpreted it as not being complete
Screenshot 2024-01-31 at 11.42.01 AM

All that’s left is to match by data type and that’s it, or leave the first condition if it’s yes/no