I wish to merge 2 datatables with 2 same column names (the tables only have 2 columns). I used the ‘Merge Datatable’ activity, however the result of the merged table is not what I wanted. Instead of merging table 2 data below table 1, it placed table 2 data on the right of table 1 data (creating 2 more columns)
If you are facing this kind of issue last option is just to write one table to excel and append the second data table to the same excel and use read range:)
hi! i found out that if the headers of the two tables do not match, the appended table will be added in the correct row index but wrong column index. So, check if the headers match