I'm processing a MS Form Response. I want to get the actual questions and answers so I'm Parsing the JSON from the Get Response details action.
I'm able to get a result but the out is a JSON Object and not an array so I can loop through it in Apply to Each and I can transform it with Select. Both say they need an array.
So how do I take a JSON Object, that varies in the number of items, and load it into an array:
My JSON Object looks like this:

The Select and Apply to each steps look like this:

The Parse JSON Step looks like this:

I then Compose the Parse JSON with this step: