Merge 2 datatables

Hi

how can i merge two data tables in UiPath

DT1
image
DT2
image

and the output must be like below
image

thanks in advance

@krishna46111,

Follow below thread:

Hi @krishna46111

Attached is a sample workflow which I did to merge three separate datatables to one.

This could be helpful for you to figureout how it should be done on your case… May be, you can tweak it a bit and get it working for you…

mergeExcelDataTable.xaml (11.0 KB)

@krishna46111 try JoinDataTable

@krishna46111 Joins.zip (18.0 KB)