Add array to Queue Item successful, How can I get it from Queue Item as array again?

I add array to Queue Item successful, How can I get it from Queue Item as array again? The Queue Item as below:
image

Hello @Lori

Try using deserialize json method as follows:

image

Activities details and properties:
image

I hope it works for you :wink:

we can do it directly:
grafik

JsonConvert.DeserializeObject(Of String())(YourJSONArrayString)

Which Package should I install, I did not find DeserializeJsonArray

Exciting, Thanks for you great help! :clap: :clap:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.