# Less Than

**Introduction**

The "Less Than" step checks whether a variable's value is less than a specified number and returns `Yes` if the condition is met. This step is useful for comparing numerical values.

**Configuration**

* **Variable**: The numeric variable to be compared. Supported types include numbers and integers.
* **Value**: The number to compare against the variable.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the variable is less than the specified value.
