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.
โ
Solved! Go to Solution.
Try this:
IN( [_THIS], LIST("911", "119") )
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.
โ
@Dubams wrote:
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
'it sounds that you are looking for suggested values.
Configure suggested values for a column - AppSheet Help
Thanks. But suggested values allows user input the wrong data without checking for validity.
Steve's answer below resolves it.
Thank you.
User | Count |
---|---|
16 | |
10 | |
9 | |
8 | |
3 |