Remove duplicates from collection based on specific column
Hello Community, I have a collection, suppose Col1. It has 2 columns i.e. Operating System and UserId.I need to filter out the rows in Col1 with its name as Linux and Mac. But before it filters both I want to remove duplicates if any.Operating System...