| EQ | Checks whether two values are equal. |
| NE | Checks whether two values are not equal. |
| AND | Returns true when all specified conditions are met. |
| OR | Returns true when at least one of the specified conditions is met. |
| NOT | Reverses the logical value of its argument. |
| XOR | Performs an exclusive OR operation (a specific logical check used in computer science). |
| FALSE | Returns the logical value false. |
| TRUE | Returns the logical value true. |
| GE | Greater than or equal to. |
| LE | Less than or equal to. |
| GT | Greater than. |
| LT | Less than. |
| IF | Performs a conditional check. |
| ISEMPTY | Checks whether a field is empty. |
| ISNULL | Checks whether a component value in a details table is empty, or whether the value of a multi-select box is empty. |
| HASEMPTYTEXT | Checks whether the array value submitted by a component in a details table contains an empty string. |
| TIMECOMPARE | Compares two times. Returns true if Date picker 1 is greater than Date picker 2; otherwise, returns false. |
| NUMBERCOMPARE | Compares two numbers. Returns true if Numerical component 1 > Numerical component 2; otherwise, returns false. |