I have a question that asks how many light bulbs do you have. And the options are 0,1,2,3,4,5 and others.
How can i create the "others " option so that when “others” option is selected, the use can input the number of light bulb if it is above 5.
I have a question that asks how many light bulbs do you have. And the options are 0,1,2,3,4,5 and others.
How can i create the "others " option so that when “others” option is selected, the use can input the number of light bulb if it is above 5.
You can turn on the “allow other values” option in the config of your enum column.
Hi @dewaleofficial
You may want to use an Enum type. So that you will suggest 0,1,2,3,4,5,others.
And use another column that will propose to the user to enter its own value.
Or, more simply, just leave the user to enter a simple Number value.
For reference:
Display a drop-down with a simple list of values - AppSheet Help