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

# List Does Not Contain

**Introduction**

The "List Does Not Contain" step checks whether a list variable does not contain a specified item and returns `Yes` if the item is not found. This step is useful for verifying the absence of an element within a list.

**Configuration**

* **Variable**: The list variable to be checked. The items in the list must support equality checks.
* **Value**: The item to ensure is not present in the list.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the specified item is absent from the list.
