Iterator Module Not Fully Iterating
Hi Everyone!
We are running into an issue when trying to parse data that comes from an HTTP GET request. As you can see in the first picture below we are parsing the "data" header that was retrieved from the HTTP request. Then we take that parsed JSON data and iterate the "rows" of the JSON to get all of the values returned to us in a way that can be used later on in the scenario. But for some reason the iterator only returns one of array indexes.
Any help on getting all of the array indexes would be greatly appreciated.
Thanks in advance!

