CAN NOT MOVE XLSX FILE from drive to Uipath folder

I created a bolt for excel files to be moved into a “Destination Folder” that I created in Uipath. However, when I run the program, nothing is transferred into that folder. Would you please assist me.

Thank you

1 Like

Hey @Eulo_Map

Currently in the project folder you would have seen a Destination folder

If that is a variable remove the double quotes around Destination

Thanks
#nK

It is actually the folder that I created, it is not a variable

1 Like

@Nithinkrishna

Hi @Eulo_Map

Try like this

Environment.CurrentDirectory+“\Destination”

Regards
Sudharsan

Hey @Eulo_Map

Pass the full path in Move File please.

Destination\Ouput.xlsx

Thanks
#nK

@Nithinkrishna all my file are xlsx and it is still not working

1 Like

nothing happened…the xlsx files file remained in the computer location and did not move

1 Like

Hey @Eulo_Map

Did you check whether the item variable you pass has the path ?

And if possible please share your project file for troubleshooting.

Thanks
#nK