Remove duplicates from collection with key field
I am trying to remove rows from a collection where there are duplicates in the collection but based on a specific column.I have an action that will remove duplicates but this only works if everything in the row is duplicated. InputCollection.AcceptCh...