Hi,
I am using an API and getting response is JSON format. I have used Parse Json to parse the response but when I am trying to get a value from response I am getting an error that
The execution of template action 'Apply_to_each_3' failed: the result of the evaluation of 'foreach' expression '@body('Parse_JSON')?['body']?['response']' is of type 'Null'. The result must be a valid array.

However this is my response from the API

Here is the flow. Can anyone help me on this?

