25-07-25 03:14 PM
Hi Team,
I have a JSON response. Can some one help me to get the value of "description".
I have used Json to Collection method to Parse the JSON response.
Since the value of description is inside and array I'm facing difficulty to get the value.
Can some one help me to get the value of "description" with steps I need to follow.
The JSON is as follows
Thanks
25-07-25 04:52 PM
Description is in nested collection.
1. use Action Json to collection (skipping jarray)
2. use cal stages to get the description. abc is text data item. do no evaluate , directly run the cal stage
25-07-25 05:58 PM
Hi @Neel1
Thankyou for the response.
The steps you mentioned above is working. Thanks a lot.
Thanks