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.
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().