Hi Everyone,
I use httppost to get the result ,then deserialize the result,in the past everything is ok
but when I upgraded the 2018.2.3 , I met this exception,二维码识别: UiPath.Core.Activities : Method ‘Newtonsoft.Json.Linq.JToken get_Item(System.String)’ declared on type ‘Newtonsoft.Json.Linq.JObject’ cannot be called with instance of type ‘Newtonsoft.Json.Linq.JObject’
when I try to deserialize the result to variable(JsonResult) ,and write the line:
Please see the picture as below: