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