Just spent 30mins trying to diagnose a problem that didn’t even exist…
As far as I knew Valid_If functions are calculated on each change made in a form. In the App I’ve just been working on they don’t show up until you click save. Then they show on every change.
I’ve been going in circles because even this simple formula didn’t show the default red error message UNITL you clicked save.
IF(
AND([Location]=“All”,[Stage]=“All”,[SubSection]=“All”,[Item]=“All”),
FALSE,
TRUE)
All 4 columns were clearly “ALL” and you could even edit text boxes and other items in the form without the message showing.