Dropdown list with others options

Hi, I would like to have a dropdown list with a “Others” option which allow the user to choose and also have a free text to type in.
The current dropdown list looks like this:


What I want is this:

Please advise me if appsheet is able to do have such requirement or not. Thank you so much

0 3 89
3 REPLIES 3

Yes.

But you’ll have it at the top not at the bottom

Oh ok thank you so much.
I am aware that there is the “Allow other values” option. Sadly, there is some limitations on AppSheet in terms of the user interface of how I want it to be. I think I will need to work around with it. Once again, thank you so much. Much appreciated

You could have an option as “Others” along with the standard options ( Wrong item,… Missing quantity) etc.

You could have another text column called say “Other Reason Codes” with show if as [Reason Code]=“Others” and valid_if as

OR(AND([Reason Code]=“Others”, LEN([_THIS]>0) , ISBLANK([_THIS]))

Top Labels in this Space