We are using the Invoke Web Service action to retrieve some json, but when we go to loop through the list of items in the json, it doesn't work. Currently, we are doing this:
1) Using the Convert JSON to custom object to turn out json string into a workable object.
2) Using the Add item to list action to add the custom object from step #1 to a new list
3) Using a For each loop to parse the new list, but the conversion to list (step #2) seems to fail to break up the json into separate items, but instead the list just has one massive item (all of the json).
Any idea on how to loop through json with Power Automate Desktop?