In theREFramework, theTransactionItemtype depends on thedata source.
When usingQueues, the type is QueueItem.
When usingDataTables, as in this scenario (involving addresses and collections), theTransactionItem should be of type DataRowto handle each row of data individually.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit