> 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/list-is-empty.md).

# List Is Empty

**Introduction**

The "List Is Empty" step checks whether a list variable has no items and returns `Yes` if the list is empty. This step is useful for validating that a list does not contain any elements.

**Configuration**

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

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the list is empty.
