Variable IEnumerable<Object>

I’m using this type of variable to get the values of a collumn from a “.xlsx” file. Now i need to filter, cause some values are equals, so they’re duplicated. Someone ?

2 Likes

Hi, @leo.horodenko
Easy way for solve this problem
Read column from xlsx to DataTable, and then use “Remove Duplicate Rows”

Try to Use:

Variable.Distinct to remove Duplicates

Hi
Welcome to UiPath community
Kindly have a view on this For more insights

Cheers @leo.horodenko

Hi @leo.horodenko

You can read this article for your reference.

cheers :smiley:

Happy learning :smiley:

1 Like