How to get the value from the queue

Hi,i am learning the framework.And i have a problem about how to get a value from the queue item,look forword to your reply,thanks a lot


Hi @kidding,

Use Get Transaction activity

Refer this

image
GetTransaction.xaml (12.0 KB)

Regards,
Arivu

3 Likes

Hey @kidding,

Use as below under assign activity to get the item from the queue.

CashIn = in_TransactionItem.SpecificContent("CashIn").ToString

Thanks,
Rammohan B.

15 Likes

Hi @arivu96 @Rammohan91,
It works! thank u so much.