Hi everyone,
I'm having trouble filtering Sharepoint records with using a filter array action. I can't filter the SharePoint items directly, because I need the full results for another part of my flow, so I want to filter the results with a filter array action. It seems quite straight forward, but I get a body type from my Parse JSON action instead of an array.
This is the first part of the flow:

I used the output of the Filter array action to generate a schema. for the Parse JSON action

I then want to append my array with the results, but I get this error:
Unable to process template language expressions in action 'Parse_JSON' inputs at line '0' and column '0': 'The template language expression 'outputs('Filter_array')['body/value']' cannot be evaluated because property 'body/value' doesn't exist, available properties are 'body'. Please see https://aka.ms/logicexpressions for usage details.'.
I can only put a Body as input for the "For each".

Output Filter Array:
Can you help me figuring out what I'm missing here, please?