Background: I have downloaded a csv file and save it as excel workbook format. Then using excel application activity I copied the data from that saved excel file to another excel file (my working file). Now the initially downloaded and saved file needs to be deleted.
Problem: the delete file activity is not working and prompting below error:
@HILOMAP
Is the original file still open when you are trying to delete it? That error message means that another process is actively using that file. This is usually because it is still opened.
actually when i run the bot without the delete activity, all the files automatically save and close. But when I added the delete activity and re-run the bot, the excel file i am trying to delete retains open and thus, prompting tat error…
@HILOMAP
Can you remove the delete and pause the robot at the point where the delete would be. Then check task manager to see if there are any excel processes in the background.