I need to be able to append multiple data tables into a single excel file, however, it needs to start from a specific column, for example B2, after the first dt is appended, it should keep appending the rest DataTables into Column B, how could I achieve this?
If all the data tables follow the same data structure(at least same number of columns), I would suggest to merge the data tables first using Merge Data Table activity and then write to a specific cell using Write Range.