Why doesn’t this work for text / editable?When I do this below, “You must enter a subject for your document” appears in the field and I get no error message when I try to leave it blank?
@If(Subject = “”; @Failure(“You must enter a subject for your document.”); @Success)
Subject: input validation
To get a popup warning on save/refresh when the Subject field is blank, move the formula to input validation. Looks like it’s your default value now.
Subject: RE: input validation
Oh shoot, I couldn’t see that part becuase of my screen, thanks!!!