Check flag

Prev Next

See also: Working with flags, Set flag, Unset flag and Flag changed

The Behavior type Check flag executes the Actions on 'true' or the Actions on 'false' depending on the state of a flag used in the context of the form:

images/download/attachments/189432218/image-2024-10-1_12-34-8-version-1-modificationdate-1727778848655-api-v2.png

The Behavior type Check flag executes the Actions on "true" or the Actions on "false" depending on the state of a flag used in the context of the form:

  • If the flag is set, the Actions on "true" are executed.

  • If the flag is not set or no Flag name is specified (see below), the Actions on "false" are executed.

In both cases, input data $input) is transferred unchanged to the actions.

The Flag name parameter identifies the flag to be checked. It can be entered directly or selected from a list of flag names already used in the form using a dropdown list.

More information about the concept and an example of use is described on the page Working with flags.