Cannot save transaction item dictionary in add queue item

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

@Jayavignesh_G

That looks like an error…can you try changing the system package version and check

Cheers

Hi @adext

Just check the Orchestrator folder path and Queue Name and also check the package version

Thank you

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

i tried passing it and i get Add Printing Queue Item : queueItemParameters must not be null Error code: 0

Hi

UiPath.System.Activities=23.10.2

Thanks