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
| Field | Required | Description |
|---|---|---|
| Input Number | ✅ | The numeric variable to check. |
| Min Value | — | The lower boundary (inclusive/exclusive based on settings). |
| Max Value | — | The 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.)
