# Map List Items

**Introduction**&#x20;

This step transforms items in a list according to a specified schema, creating a new list with the mapped items.

**Description**&#x20;

Allows for processing each item in an input list, applying a transformation based on specified schema, and producing a new list of items with the transformed values.

**Configuration**

1. **List**: Select the list variable whose items you want to map. This is a required field.
2. **Schema**: Define the schema representing the type of items that will be returned in the new list from this step. This schema determines the structure and type of the transformed items. This is a required field.
3. **Value**: Input the transformation to be applied to each item in the list. This value must conform to the schema defined earlier. You can access the current item being transformed using **Steps > Map list items** (name of the current step) **> Item.**

**Outputs**

* **List**: The output list containing transformed items. Each item in this list conforms to the specified schema.

**Usage**&#x20;

Ideal for data manipulation within lists, such as converting data formats or restructuring list items for further processing.


---

# 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://docs.flexy.bot/modules/lists/steps/map-list-items.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.
