Hey, pls help me to understand what I'm doing wrong.
I'm building a flow to run a Power BI query and add the extracted data into a Dataverse table. The flow runs, but no data is added to the Dataverse table. Here are the steps:

Parse Json step seems to be giving an array as output, but the Apply to each action does not take the output of Parse Json.
Input to Parse Json action:
Output of parse json action:
Checking the input to Apply to each, I see this:

Pls help to fix the issue with this flow.