I know I can filter a table for duplicates with Table.Filter(Column.Contains(thisrow.Column).Count()>1
Is there a way to do this in automation? I’m trying to get a automation to find duplicate values in a table, modify the most recent one, and then delete all the others.
Any tips?