I have been seen in older videos of UiPath, it’s saying after using DeSerialize JSON Activity and converting string into JSON type. If we want to see the data into the JSON Variable , Then if we just put simply in message box JSONObjVariable(“ObjectName”). It will showup the value.
But in Recent version, I ca’t able to do so. If i do the same, It’s showing “Option Strict on disallows llate binding”. What is the issue. Please help?
Just one more check to do …in the deserialize json activity check if the type argument is set to jObject…if not set it to Jobject…then it should be working
Hey - Thank you so much for your help. Shall i know why we need to change datatype, In youtube videos, i can see that they have object as datatype. Is this changed due to version issues?