Hello,
I have a file which has duplicates. My task is to remove the duplicates and overwrite the file. I would also like to save the original file with the duplicates (historical data), adding today's date to each. So in a workflow I would have to do 2 things:
- before I delete the duplicates save the file in another location by adding today's date to the file title;
- remove the duplicates from the original file and overwrite it.
So far I have been doing this manually. Is there any way to automate this. Thank you in advance.