How to Make Yes/No Forced in Form

I have a binary column that when the row is created, should have its initial value set to FALSE.

Later, it can be set to TRUE in a form, but I need this to not be optional in the form as it breaks other things.

The binary column needs to be editable as it can and will be changed multiple times in the future.

I have tried using Valid_If but it prevents you from changing it back to FALSE anywhere else in the app.

Editable_If could work, except I can't seem to force it to TRUE if I disable editing in the form.

Any suggestions?

0 2 77
2 REPLIES 2

You can make use of Show? field along with:

CONTEXT() | AppSheet Help Center 

Just hide it ๐Ÿ™‚

Good suggestion, thanks.

Top Labels in this Space