Sort Datatable Using Linq in Uipath(Order By operator)

Опубликовано: 14 Октябрь 2024
на канале: One Minute RPA with Mannoj
202
3

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