adext
November 12, 2023, 4:04pm
1
Hello
I am trying to build a dictionary to add it as a queue item but no matter what i type in, if i click save, nothing happens
if i click save and then close it, i lose the data
do i have to construct a dictionary and pass it as a variable ? why doesn’t it let me construct it directly in the activity
Hi @adext ,
Instead of Passing the value directlt into add Item Activity as Dictonary variable with (String, Object, you can go-ahead create a Dictonary variable with (String, Object) datatype and pass the variable inside the add Queue Item Activity.
Happy Learning !!
Thanks in advance,
Jayavignehs G
Anil_G
(Anil Gorthi)
November 12, 2023, 5:18pm
3
@Jayavignesh_G
That looks like an error…can you try changing the system package version and check
Cheers
Yogeesh_G
(Yogeesh G)
November 13, 2023, 3:15am
4
Hi @adext
Just check the Orchestrator folder path and Queue Name and also check the package version
Thank you
adext
November 13, 2023, 9:29am
5
hi,
the folder name and queue name are correct
what package is it ? i have updated all my packages and still get the same error
adext
November 13, 2023, 9:29am
6
i tried passing it and i get Add Printing Queue Item : queueItemParameters must not be null Error code: 0
Yogeesh_G
(Yogeesh G)
November 13, 2023, 11:03am
7
Hi
UiPath.System.Activities=23.10.2
Thanks