How to get whole transaction item from Queue

Hi Experts,

I can only get one Transaction from queue.
now i want to get entire transaction item from queue print into writeLine
Is it Possible?
please help me resolve this

1.Excel scope and read range
2.for each row
3.Add a queue item
4.Get Transaction item
5.Assign activity
6.Print into writeLine
Main.xaml (22.9 KB)

@Abubakkar How many Transaction items are there in the queue? Can you please show us the Orchestartor Queue and The output you get?

1 Like

@Abubakkar You can only get one tranaction item? As in , you get one item or are you able to get only “Name” from the Queue Item?

1 Like

@Abubakkar

We can’t print entire TransactionItem at a time.

But you can try like this to print it.

         TransactionItem.specificContent("Name").ToString+"-"+TransactionItem.specificContent("PhoneNumber").ToString+"-"+TransactionItem.specificContent("Age").ToString
1 Like

Exactly, I want to get Name, Phonenumber and Age also.

1 Like

It’s working fine. Thanks @lakshman @supermanPunch
what should i mension in Transaction item = True or false?

1 Like

If i gave false in default value . It return the output only one transaction item.

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