How to manage TransactionItem and TransactionData

Hi everyone,

how can I use the REFramework arguments TransactionItem and TransactionData right?

TransactionData
When I read an Excel file as the input data source then I should assign the output value to io_TransactionData, right? Because now it is better to handle the input data throughout the hole framework and use it in several invoked workflows, right?

TransactionItem
I should assign every single row of the Excel file to the out_TransactionItem, right? Same purpose as by TransactionData…better usage throughout the whole Framework?

1 Like

@ZeWo

Yes you are right and assign it to io_TransactionData. Here, your input data source is dataTable. So, io_TransactionData should be of type DataTable.

Yes. It should be of type DataRow.

1 Like

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