Hi Team,
I have a process where i am calling an api and deserializse the response reached using Deserailize json,
newtonsoft.json Latest package 12.0.3 gets added automatically in packages session and then Deserailize json activity gives error.
if i remove the latest package newtonsoft.json 12.0.3 and run on newtonsoft.json 11.0.2 then it runs fine .
So from studio there is no provlem but when i run this as a unattented bot or from robot tray that pacakge gets added automatically and gives error
The Error Messge when the latest paclage is there on the path : .nuget\packages\newtonsoft.json
Deserialize JSON: Cannot create and populate list type Newtonsoft.Json.Linq.JToken. Path ‘documents’, line 1, position 14.