The IsBlankOrError function provides a very simple way how to verify that some item is filled correctly – that it is nor empty nor error.

For example here, the button is enabled only with correct “Your name”:

The formula is like this:

  • If(
    IsBlankOrError(name_input),
    Disabled,
    View
    )

Leave a Reply

Your email address will not be published.

*

clear formPost comment