Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Auto-fill field with 0 and put a button in the column

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

0 1 256
1 REPLY 1

  • 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.

For this you’ll want to check out the “Enum” column type

Top Labels in this Space