mkonanki
(Konanki Murali Mohan)
1
Hi All,
Below data is available in the string data item, I need to extract (“result”: “Processed”) result status here Processed.
Please share if you know how to get it. Thanks
{
“model_time_in_ms”: 176094,
“release”: {
“harness_version”: “0.1”,
“model_version”: “1232e4e9cff47e000814ec66”,
“model_version_number”: 4
},
“request_id”: “5hjkPLEBH80WK9FX2I”,
“result”: “Processed”,
“timing”: 176093.87969970703
}
Yoichi
(Yoichi)
2
Hi,
Can you try to use Deserialize JSON activity in UiPath.WebAPI.Activities Package, as the following?

Regards,
2 Likes
mkonanki
(Konanki Murali Mohan)
3
Thank you so much, Yoichi. It is working fine.
1 Like
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.