Need help with my senario

As you see from the screenshot, i’m making api call to and i’m getting a lot of information.

I used iterator to separate the data before pass it to the sheet, however, I managed to pass the information, but im getting only row 1 from each bundgle. i need to get all the rows from each bundle. How to do that.

Hi @Ahmed_Ali , Have you tried using one more iterator after this first one ? with Array being ‘details’ array. I suppose you want those rows to be collected.