ACTIVE, Active, and active are all treated the same, or trimming stray spaces before a check. The conversions run first, in order, and then every condition is checked against the final converted value.
Fields
Sample data
Here the value is lower-cased first, then checked against the textactive. Because the conversion runs first, mixed-case input still matches.
| Field | Value |
|---|---|
| Conversions | Lowercase text |
| Conditions | Equals active |
| Value | Result |
|---|---|
ACTIVE | Matches |
Archived | Does not match |