Skip to content Skip to footer

Compare Integer

This node type allows branching based on an integer value.

To branch on a specific integer value, you need to add an optional branch by right-clicking on the node name and selecting Add “Match” Branch.

To set the branch parameters (branch name, match type and match value), select the new branch by left-clicking on the branch.

The following parameter can be set:

ParameterHow many?TypeDescription
Value1Integer(Mandatory) An integer value to match. This is usually a variable.

Note: If required, this parameter can be set to User-configurable so that it can accept a value specified by a company administrator. For more information, see Adding user-configurable values.

The following branches can be taken:

BranchHow many?TypeDescription
Match1 to 50The branch to take if a specific integer is matched.
Match TypeEnumThe type of match: Equal toLess than or Greater than.
Match ValueIntegerThe integer to match.

Note: If required, this parameter can be set to User-configurable so that it can accept a value specified by a company administrator. For more information, see Adding user-configurable values.
No Match1The branch to take if no other branches match.