# Is Not Null

**Introduction**

The "Is Not Null" step checks whether a variable is not null and returns `Yes` if the variable has a value. This step is useful for validating the presence of a value in a variable.

**Configuration**

* **Variable**: The variable to be checked.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the variable is not null.
