Get TransactionItem datarow and copy it to another Datatable

Hello,

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.

Thanks in advance

Hi @wonderingnoname,

Try converting the datarow to item array.

Use add data row activity in which pass output datatable in Data table text box in properties and pass row.ItemArray in ArrayRow test box. Like below.

image

1 Like

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