Hi
how can i merge two data tables in UiPath
DT1
DT2
and the output must be like below
thanks in advance
Hi
how can i merge two data tables in UiPath
DT1
DT2
and the output must be like below
thanks in advance
Follow below thread:
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)