Skip to main content

In Range

Check if a value is within a specified range (inclusive).

Written by Holly Conrad Smith

Use this when you want to check if a number falls within a defined range within a flow, for example confirming a lot area sits between minimum and maximum planning controls.

Inputs:

Value (number): The value to check.

Min (number): The minimum value of the range.

Max (number): The maximum value of the range. Defaults to 1.

Outputs:

Result (boolean): Whether the value is within the range.

Did this answer your question?