Comparing two data table depending upon common column

HI All,

I am new to uipath. I need some help in my wf.

DataTable1 column- Name ,Age
DataTable2 Column- Name, Surname, Loc.

I want that if Name match then it will get complete data from DT1 and DT2.
Ex.
if Name match found then in seperate DT it will enter Name,Age, Surname1.xlsx (9.8 KB)
2.xlsx (7.9 KB)
Main.xaml (21.1 KB)

it is solved now. thanks.

Component for Two Datatable Column Match and Get The Matched Records.xaml (5.9 KB)

1 Like