Hi,
I have one datatable which consist of duplicate records, i have to delete one of them record and keep one record as it is.
What is the way to do it.
Regards,
Sushant
1 Like
1 Like
If you want to delete in data table, you can use remove duplicate rows as mentioned above or if you want to delete rows in excel, you can use remove duplicate range activity @sshitol
Here is a detailed article on that
# How To Remove Duplicates From Datatable In UiPath