How can we use merge data table activity?

How can we use merge data table activity?

@Siva_prasad Merge data table activity works only if two data table is having common columns

@Siva_prasad

Go through below thread:

1 Like

Hi @Siva_prasad

I have two sample workflows on Merge data table. You can check it out.

The main task of merge data table activity is to combine the data of two data tables into one single data table. So, for this to work, the structure of both datatables should be the same. So check out the workflows, and see how it can be done…

merge datatable.xaml (9.8 KB)
mergeExcelDataTable.xaml (11.0 KB)

1 Like