Backend workflow to remove duplicates

Has anyone found a workflow arrangement that can identify and remove duplicates? I have a table that only has two fields in it, Category and Description. I’m trying to identify the duplicate Category/Description combination and remove it. It’s not something that needs to run immediately but can run once per day.

4 Likes