Field Required

Field Required

This validator make required a field if the conditions are meet in a transition.

image-20250114-123847.png

Reversing this validator: If you check the Reverse option for this validator, the field in This field is required have to be empty depending on the value of the other fields (so instead of needing a value, it will need to be empty for this validation pass).

Fields

  • This field is required: Select the field that may be required in the transition.

  • Conditions:

    • Select one or more fields that will make the field required, depending on the type of field, different conditions can be chosen.

    • In the second condition you can choose an operator (AND, OR) to concatenate conditions, a new field and if it has or not data.

    • Error message: Write a custom error message to show the user if the validation fails.

 

  • Available conditions by field type:

Field type

Conditions

Field type

Conditions

Text

"is empty", "is not empty", "equals", "isn't equal to", "starts with", "ends with", "contains", "doesn't contain"

Date

"is empty", "is not empty", "equals", "isn't equal to", "is after", "is after or equal to", "is before", "is before or equal to"

Number

"is empty", "is not empty", "equals", "isn't equal to", "greater than", "greater or equal than", "less than", "less or equal than"

Select

"is empty", "is not empty", "equals", "isn't equal to", "is one of", "isn't one of"

User picker

"is empty", "is not empty", "equals", "isn't equal to", "is one of", "isn't one of", "belongs to one role of", "doesn't belong to one role of", "belongs to one group of", "doesn't belong to one group of"

Undefined

"is empty", "is not empty", "equals", "isn't equal to"