Queue a list variable

Serialize: JsonConvert.SerializeObject(installationList)
Then use the string and add it to the queueitem specificContent

Add Queue Item

Afterwards we deserialize:
JsonConvert.DeserializeObject(Of Dictionary(Of String, List(Of String)))(“YourJSONString”)

Let us know your further open questions or close the topic by:
Forum FAQ - How to mark a post as a solution - News / Tutorials - UiPath Community Forum

Any other open question