Get an item in a queue

Hi UiPath,

May I know how to retrieve an specific item and save it in a variable like a string firstname and string lastname?

Thanks!

Vin

Hi @alvin.c.apostol26,

queueItem = TransactionItem.SpecificContent("yourValue").ToString

https://docs.uipath.com/activities/docs/get-queue-items

Regards,
MY

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.