# For each item

## What is For each item?

For each item repeats the same actions on a list of items. For example, if you have a list of event attendees, it will send an email for each event attendee.

<figure><img src="/files/1GCjbGoYmlVWxeOyPg2R" alt=""><figcaption></figcaption></figure>

## Prerequisites to use

You would need any one of these to be able to use for each item in:

* Tiles - Find multiple rows step
* M365 Excel - Find multiple table rows step&#x20;
* FormSG checkbox field
* FormSG table field

## For each item

| Field        | Description                                                           | Required?            |
| ------------ | --------------------------------------------------------------------- | -------------------- |
| Choose items | This is the list of items that we would run the subsequent actions on | :heavy\_check\_mark: |

## Check step

The **Check step** button saves your set up and lets you check how many items are found.

## Video tutorial

{% @arcade/embed flowId="TUPrjd5WzQjFPHx1DEIZ" url="<https://app.arcade.software/share/TUPrjd5WzQjFPHx1DEIZ>" fullWidth="false" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.plumber.gov.sg/user-guides/actions/for-each-item.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
