This video will describe how to sort two datatables using LINQ using Uipath
Here is the query to join the datatables
(From row In dt_Input.AsEnumerable Order By CDate(row.Item(0)) Descending Select row).CopyToDataTable
row.item(0) is the first column in the datatable
CDate() function converts the value to the date format
Github Repo : https://github.com/manojbatra071/UiPa...
Medium.com Article: / how-to-sort-datatable-using-li-in-uipath
#rpa #uipath #OneMinuteRPA #uipathrpa #uipathstudio