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