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