FluxyAPIFluxyAPI
BlocksCompare & Conditions

Number Range Compare

Validate that a numeric variable falls within a specified range.

Number Range Compare Block

The Number Range Compare Block checks if a number is between a minimum and maximum value, or precisely matches a numerical constraint.

Configuration

FieldRequiredDescription
Input NumberThe numeric variable to check.
Min ValueThe lower boundary (inclusive/exclusive based on settings).
Max ValueThe upper boundary.

Paths

The block executes the corresponding logic branch based on whether the input falls within the defined range.

Error Handling

If a critical error occurs during evaluation, the flow terminates via the error edge.

  • EXECUTION_ERROR — An error occurred during number range comparison execution. (Note: This does not populate an Output Variable.)

On this page