How to Copy three Different Datatables into another datatable

Hi Team,

I have three different datatable i need to Copy datatables into another datatable is it possible?

Thanks!

You can use “Merge Datatable” activity two times in a row. Because it merges 2 datatables.

Thanks for your response, but Merge data table Activity won’t work for my current scenerio, cause the columns are not same. Is there any other possible way to add into another datatable.

1 Like

with out atleast one column having the same values we cannot join the datatables
there must be a primary key and a foriegn key to join the tables
hope you got it
if you have atleast one common column in the tables you can use join tables activity