Ask user to verify initial value

Hi,

Is there a way to ask the user to verify the initial value in a field.

For example if a user creates a new record, parts of the form would automatically filled out by appsheet initial value. I want the user to verify that the information appsheet filled out with initial value is correct. However if the user alters the initial value they would not have to verify if the information is correct.

Thank you

0 1 290
1 REPLY 1

If I understodd your request correctly, yes you can create such a feature with an additional question like [Do you want to validate]. If the answer is Yes, then the validation formula will work. The Valid If field could have something likeโ€ฆ
IF([Do you want to validate]=TRUE,Your own validation check formula,TRUE)

Top Labels in this Space