How do I add a datarow in a datatable which is inside an array

Hi @tanu

You steps could be as follows below!

For each in arrayDT set the type argument as datable!

Inside that use for each row in datatable as pass the itemDt

Use adddata row and pass the row values in array row

Regards

2 Likes