Dependent text field

Greetings

Strugling to get this simple task to in form to work:

I wanted the text field to only show up to be mandatory to fill in,  when a user selects the FALSE option, if they choose TRUE, :

Screenshot 2023-09-29 at 17.57.21.png

Thanks for any tip

Solved Solved
0 5 262
1 ACCEPTED SOLUTION

Use.. [OK or Not]=FALSE

View solution in original post

5 REPLIES 5

 With the Required_If, use [Confirm it is a match]=FALSE if it's Y/N column. If it's an enum, use   [Confirm it is a match]="FALSE"

"Confirm is a match?" Yes or No    -  this field name is [OK or NOT] its a Yes/No Field

"Type the correct VIN number:" text field   - this field name is [Text VIN] its a text field

I would put in [Text VIN] required if code field:

Required_If[OK or NOT]="FALSE"

I get this error:

Screenshot 2023-09-30 at 11.50.57.png

 

Sorry i am just starting with APPSHEET, maybe its a dumb thing on my side !!

Use.. [OK or Not]=FALSE

Thanks a lot ... its working perfect !!!

You're welcome!

Top Labels in this Space