Add Data Row throws exception when you try to add DataRow from table 1 to table 2
Didn’t understand why?
Add Data Row throws exception when you try to add DataRow from table 1 to table 2
Didn’t understand why?
@Abhilash_Awasthi Check Below link
Hi @Manjuts90, I do have my workaround. But I think the scenario mentioned should not give any error. You pick a datarow from table 1 and add it in another table (which has either same number of columns or is newly created table) , the tool should allow it.
Target datatable should have same number of columns as of source datatable right, without that structure datarow insertion will not work.
Hope you are not reading:
You pick a datarow from table 1 and add it in another table (which has either same number of columns or is newly created table) , the tool should allow it.
@Abhilash_Awasthi Can share ur workflow or sample workflow where u getting this error?