So, I have a flow where I made a query that gives the value from a list rows action I am trying to parse the JSON so it gives the station names in a an array that I can then use and loop through the array to list out the station names in an email.
Here is my list rows

Then here is my parseJSON that follows

Then the step that follows the parseJSON

I guess where I am confused, and still trying to figure out is what the value of the variable in the apply to each is going to be? When the schema was set up as an object instead of an array I had access to pod_names but because the schema is an array I only have body that it lets me use from the parse JSON step. Any help would be appreciated.