I am trying to make a simple input dropdown with “yes/no” as the options. My goal is that when you click a button, the input value is saved under the database with the appropriate response.
The input field is named Dropdown Yes/No and I have entered the static values as Yes and No. When clicking the button, it only gives me “Yes” and does not read the “No” option when selected. Here is my logic for the workflow, although I have tried many alterations of this: Attendance = Dropdown Yes/No’s value is Dropdown Yes/No’s value
Does anyone know how to approach this so that I can get the workflow from the button to save the correct answer in the database?