I add array to Queue Item successful, How can I get it from Queue Item as array again? The Queue Item as below:
Hello @Lori
Try using deserialize json method as follows:
Activities details and properties:
I hope it works for you
we can do it directly:
JsonConvert.DeserializeObject(Of String())(YourJSONArrayString)
Which Package should I install, I did not find DeserializeJsonArray
Exciting, Thanks for you great help!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.