Hi everybody,
I’m struggling in retrieving the data from the QueueItem in Process.xaml. This latter is called from main.xaml with the required argument “in_TransactionItem”
However, when I use the assign activity inside process.xaml (CashIn = in_TransactionItem.SpecificContent(“CashIn”).ToString) I get an exception.
The input argument “in_TransactionItem” is not empty and does contain the key “CashIn”.
Here are my variables and arguments
What am I missing here?
Thanks!