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

Eric
Participant II

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 293
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