Initialisation of datatable

Hello!

You have to initialize the dt3 before copy the content from dt2.

Try something:

dt3 = dt2.Clone()

And then

dt3 = dt2.CopyToDatatable()

Hope it Helps :slight_smile:

Regards,

2 Likes