This video will describe how to can apply date filter to extract data based on date range using LINQ in UiPath
Here is the query
(From row In dt_InputData
Where DateTime.Parse(row("OrderDate").toString).Date (GreaterThanOperator)=DateTime.Parse("01-Jan-2021").Date And
DateTime.Parse(row("OrderDate").toString).Date (LessthanOperator)= DateTime.Parse("31-Dec-2021").Date
Select row).CopyToDataTable
Code: https://github.com/manojbatra071/UiPa...
Medium: / how-to-apply-date-filter-using-linq-in-uipath
#rpa #uipath #OneMinuteRPA #uipathrpa #uipathstudio