Error at merging two data tables

After merging two datables i’m getting the output in some weird format. First datatable starts from A1 but the second datable starts from AA same like the following What could be the reason and how to solve that?Capture
Thank you!

Hi
This happens only when datatable is of that structure
so we need to validate that while using merge datatable activity
–both the datatable should have same number of columns
–both the datatable should have same order of columns
–both the datatable should have same datatype of columns

Cheers @vicky1234567890

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.