Split an Array into Individual Items in n8n
Difficulty
1/10Tags
EssentialsSplit OutHTTP RequestArraysData Transformation
APIs often return data as an array nested inside a response object. For example, { "results": [...] } instead of just [...]. When this happens, n8n treats the entire response as a single item.
The Split Out node takes a nested array field and outputs each element as its own item. This is essential when you want to process each item separately, like sending individual notifications or updating records one by one.
In this challenge, you'll fetch multiple random users from an API and split them into individual items for processing.
What you'll practice:
- Using the Split Out node to separate array items
- Understanding how n8n processes multiple items
- Specifying which field contains the array to split
Login to see the exercise
Create an account to access challenges and track your progress.
Log in to see exercise