String Compare

A String Compare action compares strings based on a specific criteria such as exact match..

Parameter descriptions

This action compares all or part of a string with another string. You must specify whether or not to use case sensitivity and the number of characters in the string to compare.

Parameter Description
Comparison Method The comparison criteria.

The options are:
  • Exact Match — The input string must exactly match the search string.
  • Starts With — The input string must start with the search string.
  • Ends With — The input string must end with the search string.
  • Contains — The input string must contain the search string.
Ignore Case Indicates if the comparison is case sensitive.

The options are:
  • True — Do not apply case-sensitivity. The string comparison is insensitive to uppercase and lowercase letters.
  • False — Apply case sensitivity. The string must exactly match uppercase and lowercase letters.

Input tab


Parameter Description
String The input string, which will be compared to based on the Comparison Method and the Search String parameter.
Search String The pattern to match or find in the String parameter.

Routing tab

Parameter Description
True Route to take when the comparison is successful (pattern found based on the Comparison Method) in the String parameter.
False Route to take when the comparison is not successful (pattern is not found based on the Comparison Method) in the String parameter.
Failure Route when there is a failure.