Vlook up using LINQ in UI path

Hello Friends,

Any one help me how I can write LINQ for Vlook up ,

  1. Two Data Tables
  2. First Datatable name Dt1 contains Columns Employee ID and Name
  3. Second Datatable name Dt2 contains Column Employee ID
  4. I want to look up Emp Id column in Dt1 and get Name in Dt2 as per ID

Thanks in Advance.

Hi @Pramod_Bharat_Mangale
kindly refer the below sample

hope this helps

Thanks

Look Up Emp Id.xaml (10.3 KB)
Hi @Pramod_Bharat_Mangale
please find the code attached as per your requirement