How to retrieve data from a nested json object

HI ,

I have a JSON object as below.
image

When using the below value for accessing the json object it is returning null.

{{context.Fetch_cases.response.body.result[‘cases’]}}

Let me know how to access the nested json object.

Thanks in advance

Hi @sumesh.ravikumar,

Please try the following and let us know.

{{context.Fetch_cases.response.body.result[0].cases}}

Regards,
Yoga Ramya