How to apply date filter using LINQ in UiPath

Опубликовано: 28 Сентябрь 2024
на канале: One Minute RPA with Mannoj
760
9

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