> 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-not-empty.md).

# List Is Not Empty

**Introduction**

The "List Is Not Empty" step checks whether a list variable contains one or more items and returns `Yes` if the list is not empty. This step is useful for ensuring that a list has elements.

**Configuration**

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

**Outputs**

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