I have a For Each Loop that is converting .PDF’s to .TXT in a given folder. Some files will not be able to be converted causing an exception resulting in the loop to stop. I added a TRY/CATCH activity to move those files to a “ERROR” folder; however, the Move File activity in the Catch portion is returning another exception with the message " The process cannot access the file because it is being used by another process." Is there a way to move these files that are causing errors in order to keep the process running unattended? I attached a file of my process.
Main.xaml (11.5 KB)