Fields required

This condition ensures that one or multiple fields either have a value or are empty in order to execute a transition.

For cascading select list fields, both levels are considered and need to have/not have a value.


⚒️ Configuration

Fields

Select the field to be checked, and in a subsequent step the desired behavior. The following two options are available:

Option

Description

is required

The specified field must have a value. If no

value is present, the condition will fail.

must be empty

The specified field must not have a value. If a

value is present, the condition will fail.

If you want to use this functionality in a validator instead, have a look at the following condition: Fields required or changed


📚 Use cases and examples