REFramework finds a transaction then ends process due to no more transaction

In the REFramework I am retrieving data from a webs=page and saving it in a DataTable. GetTransactionData.xaml retrieves a transaction and it updates out_TransactionItem with the transaction, however that transaction does not carry over to the Get Transaction Data workflow and TransactionItem is Nothing triggering the process to end. Am I missing something that I’m supposed to do to update TransactionItem with the transaction?


Problem resolved. I needed to set the value of out_dt_TransactionData to dt_TransactionData in the Arguments for Invoke GetTransactionData workflow.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.