Data table duplicate entries in different columns


In this screen shot, i want to remove those rows only whach contains duplicate entries in column “Name” and “WAY”
(According to me row 3 and row 4 are duplicate from row 2 because Name and WAY columns contains repeated values)and (row 7 is duplicate from row 6)
I want the output as

1 Like

Hi!
Can we try like this:

Dt.defaultview(True,“columnname”).ToTable

Or

Have a view on this : How To Remove Duplicates From Datatable In UiPath – ExcelCult

Regards,
NaNi

Hi

Here you go with a sample xaml

FindDupsUniquesFirstFromGroup_By2Cols.xaml (12.3 KB)

Cheers @Rahul_Tomar1

find more solution examples similar to your case here: Examples

also have a look here: