> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/scripting/steps/conditions/is-not-null.md).

# 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.
