Manual override of data validation suggestions

In appsheet, is there a way to ensure users input data manually despite data validation limiting user input to only valid input?

In the picture below, rather than showing both valid options, I’d rather it remains a blank text field allowing users input the wrong or right options.

Thank you.

Try this:

IN( [_THIS], LIST(“911”, “119”) )

1 Like

Thanks, but it is the same outcome.

the result…

What I want is to give the user an option to input both valid and invalid numbers rather than forcing them to pick from the valid options

I have changed data types and tried different things but I haven’t figured it out yet.

Thank you.

'it sounds that you are looking for suggested values.

Configure suggested values for a column - AppSheet Help

https://support.google.com/appsheet/answer/10107949

1 Like

Thanks. But suggested values allows user input the wrong data without checking for validity.

Steve’s answer below resolves it.

Thank you.

1 Like