Hello,
i’m dealing with the Assignment1, Calculate Client Security Hash.
I’m struck with the error “Process finished due to no more transaction data” in the main flow, the level is the well known get transaction data. Process Transaction doesn’t receive any item. I tried many ways to solve it, but i can’t get out of it. As a last chance, i tried a personal arrangement, different from the “WIList” argument, but didnt’ work.
Could you please have a look at my main.xaml?
Thank you very much in advance.
Hello Lahiru, tried the reset this very moment. Didn’t work. The message is the same. I’m trying to verify arguments. I was hoping for a specific answer. Ty all.
The condition to move to Process from GetTransactionData is to check whether In_TransactionItem is not nothing and In_Transactionitem is of dataRow type. However, from the GetTransactionData.xaml, I don’t see any argument with the DataRow type that gets assigned to this variable. This is where the problem is… You will need to correct it to work properly…