Need your help with the iterator

I’m working with an iterator but haven’t been successful yet.

Here’s my output:

What I need:
I want each element (e.g., title, subtitle, etc.) to be individually processed through the iterator so that I can split them into separate variables.

Can someone guide me on how to achieve this?

Thanks in advance!

Iterator only iterates on Arrays… the only Array in your image is the ‘Choice’. If you want to split up the ‘Content’ portion of your response (which is not an Array and is a Long String), you should use Text Parser to parse through the ‘Content’. This will separate that data allowing you to do what you want with it…

Your’e right! Thanks.

anyone: is there an easy way that the text bundle can be used separated in a spreadsheet?

So:

Bundle 1 → A2
Bundle 2 → A27
Bundle 3 → A54
and so on…