I’m having the issue where the dispatcher gets to the work page, it closes and the output is Process finished due to no more transaction data. When I debug it goes to the GetTransactionData IF Statement and the out_TransactionItem is null, so it kills the processes. I can’t figure out what’s going wrong.
Is there a reason why are you using out_TransactionItem? Your out argument has no value as it was never assigned one hence why the value is always nothing.