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 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
queueItem = TransactionItem.SpecificContent("yourValue").ToString
https://docs.uipath.com/activities/docs/get-queue-items
Regards,
MY