How to assign string varaible to variale of QueueItem type?

Hi,
How to assign string variable value into varaible of QueueItem Type?
Thanks,

Hi @pravesh_kant,

Refer this link
https://activities.uipath.com/docs/queues-add-queue-item

The value of string arguments cannot contain the following characters: [ and " ".

Regards,
Arivu :slight_smile:

Hi Arivu,
I need to assign it in a assign activity as demonstrated in the Academy 2.0 doc. PLease find the screenshots for reference.

![desk1|690x387]

(upload://4VSDNlkxbnfHFGqjl9fcvrDsDJ8.png)

desk2

Hi @pravesh_kant,

The Assign Activity that you have mentioned requires a System.Data.DataRow out_Transaction on the left side and in_WIList(in_TransactionNumber) on the right.

There is no use of QueueItem in here since we are not using Orchestrator Queues in this academy assignment! Please refer below point from the academy doc.

Regards,
Hiren

Thanks Hiren for your precious help. I will try and if any issue comes up i will let you know