Hi I have a flow where Chat GPT extracts fields from a PDF and outputs them in JSON to be added to an excel table. This is the section of the flow in question.

With some PDFs it extract multiple rows and so the output is:
[
{},
{},
{},
}
How do I use this in an Apply to each loop so that I can do the necessary data manipulation and input each row into excel?
Thanks for your help ahead!