Remove duplicate Rows from Datatable

Hello guys,
I am using the Remove Duplicate Rows activity for remove duplicate rows, but giving error on this. Can anybody help me with this?

Source: Remove Duplicate Row

Message: Data Tabke

Hi @Pravin_Shinde

Can you show more details to easily address the issue.

cheers :smiley:

Happy learning :smiley:

2 Likes

@Pravin_Shinde

just for your reference .

-Ahtesham

Can you share your sample Excel sheet with dummy data…!

I am scraping data from Webpage and after that removing duplicate rows.

@Pravin_Shinde,

Sample solution…
Duplicate Row.zip (19.0 KB)

Ahtesham

3 Likes

Hey

Here is a detailed article on that :slight_smile:
# How To Remove Duplicates From Datatable In UiPath

Regards

2 Likes

Hi,
I have an issue with removing duplicates in datatable.
uitest
as show in the above image.i have to remove,row with SL.NO 5, as it has different value in company column.

Thanks in advance.

then it’s not a duplicate value!

In your example, you don’t have duplicate rows.

sorry,
i mean i have to remove the row with same id,name,and country but different company.

please let me know.
thanks.

Hello @Dasharath have you found a solution on this? Could you please share? Thanks

Hello,

I found a solution, which might be temporary.But it works well.
concatenate column with company name and name. while passing the variable to v lookup, concatenate the name variable and company variable. instead of using v lookup in loop. this is a better option.

Regards,
Dasharath ND