> For the complete documentation index, see [llms.txt](https://astro-rpa.gitbook.io/astro-rpa-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astro-rpa.gitbook.io/astro-rpa-user-guide/g_elements/el_basic/flow_control/el_logic_foreach.md).

# ForEach

![](/files/YAykUCNmVQcaVpMiw3B6)

Component-cycle that goes through all values of the selected array

![](/files/4dzs2ZsFZdL2gGWPQabP)

Properties

\- Array\*: \[ICollection] Array, the values of which are searched for in the cycle

\- Variable\*: \[T] Variable that stores the value of the current array variable

\- Index: \[Int32] Current iteration index
