Skip to content Skip to footer

Compare String

This node type allows branching based on a string value.

To branch on a specific string 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
Value1String(Mandatory) A string value to match. This is usually a literal.

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 string is matched.
Match TypeEnumThe type of match: Equal toStarts withEnds with or Contains.
Match ValueStringThe string 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.