Copy a pdf file from one folder to another

I have a process in which the robot reads 2 files that are in a folder, one is .xlsx and the other is .pdf, I need to copy the pdf file to another folder.

I have done it with a copy file, but it gives me the following error:

Copy File: Could not find a part of the path "[\comercial\rpa\PROCESS\2024\05\10\Output\TR_UPDATE\TR_092828\PRUEBA.pdf]

Can anyone help me here? Thank you

Hi @Marisa_Ontiveros1

could you please share your workflow.

also please try with move file activity. please refer the below doc.

Hope it helps!!!

@Marisa_Ontiveros1
It seems that you miss a back slash at the beginning of the file path.
\\comercial\rpa\PROCESS\2024\05\10\Output\TR_UPDATE\TR_092828\PRUEBA.pdf

It would help if you used the full path, you can check the full path,

“D:\Project\ChatBot\AlertSystemCheck\AlertSystemCheck\Output\output_08_May_2024.pdf”