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?