I’m trying to use the TransactionItem which is a datarow and copy it to another datatable that I will in turn use to make a xlsx file.
I tried using add data row but there’s it says the object is in use. I also try to use merge datatable by using TransactionData (datatable) but it copy all row instead of just the row of TransactionItem.