Hi all,
Im facing the Below error pls help.
“unable to cast of type newtonsoft.json.linq.jvalue to type newtonsoft.json.linq.jobject”
Hi all,
Im facing the Below error pls help.
“unable to cast of type newtonsoft.json.linq.jvalue to type newtonsoft.json.linq.jobject”
Can you show us what you are trying to do, and at what point you are getting the error?
A screenshot of the workflow would help to get a better idea…
Hi,
I know that it is a really old topic but I had the same problem.
I solved it by replacing all the double quotation marks " with single quotes ’ and removing all the backslash .
So I cleaned the string returned from the HTTP call because in my case deserializer didn’t recognize the string.
Gio