How to perform Vlookup using Linq instead of Lookup data table

Hi All
Please I have 2 Data tables that have a common Column and I need to bring certain data related to this column from one DataTable to the other

DT1
Name-Email

DT2
Name-Phone

I need the output data to be
Name-Email-Phone
Data.xls.xlsx (14.4 KB)

@mohamed.s-attia

You can use a join datatable activity

Which will join all the data

And then use filter datatable activity to filter if you dont need some column

Cheers