Table of Contents

For each (loop)

Iterates over a list of items.


Foreach Example

Example Example
This Flow retrieves a list of employees, iterates over each employee using the For Each action, and inserts or updates their data in a database table.

Properties

Name Required Description
Title No The title or name of the action.
Items Yes The collection of items to iterate over.
Loop Variable No The variable that holds the current item in each iteration.
Description No Additional notes or comments about the action or configuration.