> 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-null.md).

# Is Null

**Introduction**

The "Is Null" step checks whether a variable is null and returns `Yes` if the variable has no value. This step is useful for validating the absence 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 null.
