I have in my table the last 5 columns that your answers should only be answered with 0 and 1, I want the application to let me select as a button for each column by sending a 1 to the column on the sheet and if I do not select one, send me a 0 automatically, in short 1. I want to automatically register 0 if I leave the fields blank and 2. how to make the field a button? that if I spike it, send a 1
antony_z_m:
- I want to automatically register 0 if I leave the fields blank
- Instead of leaving the field blank, you could instead utilize the “Initial value” and default everything to 0
- This way everything is already at 0, it’s only when a user physically changes the value to 1 that things change.
antony_z_m:
- how to make the field a button?
For this you’ll want to check out the “Enum” column type
3 Likes