How to convert Queueitem to String variable type?

Hi Experts,
Could anyone help me to resolve this issue?
I loaded all data in queue
then I get the dada via Get Transaction item
and i will print into messagebox inside of process transaction using StateMachine.

New01_Frame.xlsx (8.6 KB)

Main.xaml (18.5 KB)

just i want to print in Messagebox

For your reference

1 Like

To read the value you got from get transaction item use the below code

QueueItemName.SpecificContent(“ItemIdentifier”).ToString

6 Likes

Hi @Abubakkar,

Here you can get a great documentation with example.

Regards
Balamurugan.S

2 Likes

Thanks @Lahiru.Fernando
But I need to read the whole queueitem data

Hi Abubakkar,
You can get the complete data from Queue Items using Get Queue Item, it will return a List and then you can iterate through it for any value using item.SpecificContent().

Kind Regards,
Pankaj

1 Like

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