How to Iterate in an Interate (Nested Iteration)

I have an array like this

[
Bundle 1: {
Key: A30086,
Array : [ … ]
},
Bundle 2: {
Key: A300977,
Array: [ … ]
},

]

I’m using monday.com and want it to be like every bundle I create a new item. Then for every item in array, I create a new subitem.

This means I have to do a double iteration right?
So I’m stuck here

Hey there,

yes, you need two iterators one after the other. First iterates on the top array and the second iterates on the resulting subarrays. Can you show the module setup as well?

@Stoyan_Vatov Thanks for answering!
this is for Array Aggregator [32]

Iterator [34]

Iterator [38]