> For the complete documentation index, see [llms.txt](https://docs.browserflow.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.browserflow.app/reference/browserflow-commands/control-flow/loop-list-items.md).

# Loop List Items

Runs commands for each item in a list

#### List

* Variable for list (i.e. Javascript array) to loop through

#### Store current item in variable

* Variable that will be set with the current list item
