Operators in workflow conditions
This table shows the operators that you can use in conditions:
| Parameter Data Type | Operator | Description |
|---|---|---|
| String or Code | = | True if strings match (case sensitive) |
| <> | True if strings do not match (case sensitive) | |
| starts with | True if the attribute starts with the specified string value | |
| contains | True if the attribute contains the specified string value | |
| ends with | True if the attribute ends with the specified string value | |
| in set | True if the attribute is equal to one of the values specified in the Set. Set is a list of string values separated by commas. | |
| in codes | True if the attribute is equal to one of the codes selected from a specified code | |
| Integer, Decimal, Date, or Date And Time | < | Less than |
| <= | Less than or equal to | |
| > | Greater than | |
| >= | Greater than or equal to | |
| = | Equals | |
| <> | Does not equal | |
| between | True if the value of the attribute is between two specified values
By specifying two identical values, you can use this operator to compare a date to a specific day/hour/minute. |
|
| Boolean, User, DistributionGroup | = | Equals |
| <> | Does not equal |