HI ,
I have a JSON object as below.
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 ,
I have a JSON object as below.
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
Please try the following and let us know.
{{context.Fetch_cases.response.body.result[0].cases}}
Regards,
Yoga Ramya