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.
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…