Get List from queue

Is their any way to insert list to queue and fetch the list from the queue in uipath.

For example
{
name:abc,
department:
[{
a1,
a2,
a3,
}]
}

I want department name.

Hi @Aarti_Godhasara

Check this

Thanks
Ashwin S

you have to access each element from list by looping and then use add queue item, and you can always retrieve them.