How to iterate a certain number with Split in Batches?

Hey,

I’m trying to iterate Split in Batches 460 times with code node. But how can I do this?

image

Create a new array and a for loop that loops 460 times within that loop you push an item into the array and then return the array after the loop.

1 Like

Thank you! I did but it says like this:

Hi @onurbolaca

Please have a look at the n8n courses and documentation. I think you are missing some basic knowledge on the n8n items and data structure.

you need to push {json:{index:i}} if you want to also add the index you can also disregard the index if you just want empty items.

3 Likes

Hey @BramKn ,

I always search forum and docs forehand but it is not easy to follow all the tools’ features or updates that we use as developers.

Thanks for your understanding and for your help!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.