Karkey : How do you iterate through a list of items or an array of objects in n8n?"

Mukesh Karkey here , newbie to this community I have an API call that returns an array of objects, and I need to process each object individually. What’s the best way to handle this in n8n? Can someone provide a simple workflow example showing how to loop through and process each item?

Mukesh Karkey

Hi Mukesh, try connecting the “Split Out” node after your API node.

Hi @mukeshkarkey
Below, I will attach a sample for loop in n8n. If you need more samples, I can provide them.