A map step loops over an array and executes a set of steps for each element.Documentation Index
Fetch the complete documentation index at: https://docs.colossal.sh/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
| Field | Type | Description |
|---|---|---|
source | string | Template expression pointing to the array (e.g., {{payload.line_items}}) |
steps | array | Steps to execute for each item |
maxItems | integer | Maximum items to process. Default: 100, max: 1000. |
{{iteration.item}}:
Example
Process each line item in an order:Next steps
- Parallel step. Run fixed branches concurrently instead of iterating
- Colossal app actions. Available actions to use within map iterations