Hello AppSheet Users, I have been trying to ...

Eric
New Member

Hello AppSheet Users,

I have been trying to figure out how to make only one out of two columns required.

To be more precise, I have two columns. I want to make it so that at least one of those two columns are required, however it doesn’t matter which one. How can I do this? Thanks in advance.

0 1 296
1 REPLY 1

In the required if. =OR(ISBLANK([COLUMN_1]),

ISBLANK([_THIS]))

swap the this and column name for the other column…

Top Labels in this Space