I’m currently using the REFramework to develop one of our automations.
I’m trying to figure out the most efficient way of uploading an item to the queue.
I have a dictionary containing employee information that i’m extracting from a data source.
To give an indication, the dictionary looks something like this:
Now to pass this on the the performer process I would like to immediately add the entire dictionary to the queue in stead of uploading each property separately.
Hi
Welcome back to uipath community
We can upload dictionary item to queue but mentioning only dictionary variable though we can refer back it won’t have any value pairs in it right
Cheers @JMA
Thanks for your reply, although you solution works and i’m looking to implement a similar approach I still think it’s strange that we can not simply add a dictionary as a queueItem as the concept is exactly the same → Key, Value pair