I have a box in a form that needs the user to enter an input field(VARCHAR). The input field format is
USA /___________/ B(U)-96
Is there anyway to make sure the entry matches this format? I don’t want users to put in input field that are not the right format and also where the USA/, B(U)-96 is fixed.
You better use two fields, one shown to the user to input just what you need and the other hidden with an AppFormula having what you want in the format you want.
AppSheet doesn’t allow what you are trying to do in the way you expect
If validation fails then present a message similar to: “Please enter only the variable portion between the slashes. The system will automatically add the prefix and postfix portions .”
Otherwise, if you must have the users enter the full value and need to validation that, then you will want to use the LEFT() and RIGHT() functions in the Valid If similar to this: