Skip to main content

ASSERT

Use the ASSERT function to generate a specific error message when a condition has not been met.

info

This function is only available in Validation Formulas. It is used to display meaningful errors messages to users when filling in forms.

Use

ASSERT( condition, message )
Generate a specific validation error message if the logical condition evaluates to FALSE.

ParameterRequiredDescription
conditionYesthe condition to test, which must result in either TRUE or FALSE
messageYesthe error message to display if the condition is FALSE

Returns'Logical'

Example 1

Function ...

returns ...

ON THIS PAGE