How to Extract Result status from String Variable

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
}

Hi,

Can you try to use Deserialize JSON activity in UiPath.WebAPI.Activities Package, as the following?

img20211018-d

Regards,

2 Likes

Thank you so much, Yoichi. It is working fine.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.