Home

Guides

Editor

Components

Actions

Conditions

Conditions

Data

Equals

List Contains Item

Compare Dates

Compare Numbers

Other

Check Permission

Custom Code

Compare Numbers Condition Documentation

Overview

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.


Key Features

  • Enhanced Logical Operations

  • Dynamic User Interactions

  • Improved Data Validation


Condition Fields

1. Value 1

2. Comparison

Options include:

  • Equals

  • GreaterThan

  • LessThan

3. Value 2

4. Flip results (NOT)

5. OR

6. And


Best Practices for Using the Compare Numbers Condition

  • 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.