Resolved! Collection - Remove Duplicated Values in Specific column
Hello,I have action which remove duplicated rows in whole collection. Collection_Out = Collection_In.DefaultView.ToTable(True)I want to write new action which remove duplicates value only in specific column.Does anyone have solution for this?Thank yo...