I tried with select token, .item, etc and couldnt find a process to work with specific content retrieved from a queue item through orchestrator api.
Also, there is no my first question here about json objects and Linq, I’d appreciate some documentations or tutorials to improve me productivity while coding. And not being hit by the same rock over and over.
first round:
given json was not accepted / parsed. I did edited and removed some " check yellow marks
then it was working
it looks that a serialized string is within Specific Content. In a second round we should over come.
Please check if the yellow marks are part of json or not. For this please write out json string to a text file (Write file activity) and share it with us. Thanks
given string was failing as it was reported as invalid JSON
removed " (see yellow marks) was accepted
SpecificContent expects simple dataypes, otherwise we can store serialized objects
Driven how a valid JSOn would look like, a serialized string with the \" was created
JSON was parseable
Log Output / Panels contents can sometimes confuse and displaying different the values
this JSON
produced:
close to
So the idea was about:
Parse the serialized object back to a JObject