# Less Than Or Equal

**Introduction**

The "Less Than or Equal" step checks whether a variable's value is less than or equal to 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 or equal to the specified value.
