Summary
Currently, when configuring a Condition Set in a Process workflow using a Number field, the only available operators are "Equals" and "Not Equal". This limitation restricts the ability to build more dynamic and flexible approval logic.
Request
Please add support for additional comparison operators for Number fields within Condition Sets, including:
- Less Than (<)
- Less Than or Equal To (≤)
- Greater Than (>)
- Greater Than or Equal To (≥)
Use Case
In approval workflows, it’s common to route requests based on thresholds (e.g., approval tiers based on dollar amount, quantity, or scoring values). Without these operators, it's not possible to natively define conditions such as:
- Approvals required for values greater than a certain threshold
- Tiered routing based on ranges (e.g., 0–1000, 1001–5000, etc.)