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