Get Distinct/Remove duplicates records from Datatable in UiPath

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

This video will show you how you can remove the duplicate rows from a datatable in UiPath

Here is the query to get the distinct row or remove the duplicates records from the datatable to a new datatable

SampleDT.AsEnumerable().GroupBy(Function(i) i.Field(Of Int32)("DistributorId")).Select(Function(g) g.First).CopyToDataTable

#rpa #uipath #OneMinuteRPA #uipathrpa #uipathstudio