I have connected to a API using HTTP and it correctly returns 1 bundle. The bundle contains a collection of results which I set to parse in Json format. My question is how to extract each item in the collection? When I run the scenario only the first item in the Bundle is returned to a google sheet. I would like the system to cycle through each item within the bundle so that all items are populate into a sheet.
Example output bundle above shows the data exists in the bundle. Just not sure how to extract it