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.

