Equals
List Contains Item
Compare Dates
Compare Numbers
Check Permission
Custom Code
The Compare Numbers Condition enables you to evaluate the relationship between two numerical values. This condition is crucial for determining whether one number is greater than, less than or equal to another, allowing for dynamic decision-making based on numerical comparisons within your app.
Enhanced Logical Operations
Dynamic User Interactions
Improved Data Validation
1. Value 1
2. Comparison
Options include:
Equals
GreaterThan
LessThan
3. Value 2
4. Flip results (NOT)
5. OR
6. And
Ensure Consistent Data Types: Make sure both values being compared are of the same data type (e.g., both integers or both decimals) to avoid unexpected results.
Use Meaningful Comparisons: Clearly define the numerical relationships being evaluated to ensure the logic serves a relevant purpose within the app's workflow.
Provide User Feedback: Inform users of the outcome when actions are triggered by this condition, clarifying how their inputs or values influenced the decision-making process.