# List Contains

**Introduction**

The "List Contains" step checks whether a list variable contains a specified item and returns `Yes` if the item is found. This step is useful for verifying the presence 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 look for within the list.

**Outputs**

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