Studio - Error during Add Data Row

@Prinal_C Does this newDT supposed to have the same columns as that of the MyDT ?

If so, instead of initialising the newDT, you can clone the MyDT and assign it to the newDT in the below way :

newDT = MyDT.Clone

I believe then the problem should be solved, If not please explain what errors do you get and what changes have you done.

1 Like