Hi Community,
I really need to resolve this issue, but I've been unsuccessful so far and really hope someone will be able to help! I created a Flow that makes an HTTP GET request to retrieve all IT tickets with a priority of 4 from another system. I managed to create the request and parse the JSON, but now I'm stuck. Next, I want to use the Select action to get properties for each ticket and then send an email for each ticket. However, I keep getting this error and have no idea what to do next:
ExpressionEvaluationFailed. The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@body('Parse_JSON')' is of type 'Object'. The result must be a valid array.
This is what the Flow is looks like: