> 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/lists/steps/get-list-size.md).

# Get List Size

**Introduction**

The "Get List Size" step calculates the size (i.e., the number of elements) of a specified list variable. This step is used for scenarios where you need to determine the length of a list to make decisions, iterate over elements, or simply report the size as part of your automation logic.

**Configuration**

* **List**: Choose the list variable whose size you want to determine. This configuration is mandatory and ensures the step operates on the correct data within your automation.

**Outputs**

* **Size**: The output variable that stores the size of the list. This is an integer value representing the number of elements contained in the list.
