This video will describe how to join two datatables using LINQ using Uipath
Here is the query to join the datatables
(From Employee In EmployeeDT.AsEnumerable()
Join Department In DepartmentDT.AsEnumerable()
On Employee("DepartmentId") Equals Department("DepartmentId")
Select OutputDT.Rows.Add ({
Employee("EmployeeId"), Employee("EmployeeName"),Department("DepartmentName")
})).copytodatatable
Github Repo : https://github.com/manojbatra071/UiPa...
Medium.com Article : / how-to-join-two-datatables-using-linq-inui...
#rpa #uipath #OneMinuteRPA #uipathrpa #uipathstudio