I'm new to Power Automate and am running into an issue with the http request not returning all of the json data.
I've confirmed that the API request is working properly and returning the data via Postman. When using Power Automate, the json data is only returning one value in the array when I'm expecting up to 24 values .
I initially thought I was not looping through the array properly when parsing the json data. I am now seeing that the http request completes successfully, but the data is only returning the last value out of the possible 24 values.