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:
|
Ignore Case | Indicates if the comparison is case
sensitive. The options are:
|
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. |