How to connect Mapped netwrok drive in uipath

Hi @dianamlopez

I don’t recommend using mapped drives with automation. They are essentially just a representation of the actual network location.

If you can get the full path to the location you want to access, test access by typing this location in Windows Explorer:
image

Then, just use that path as your path rather than using a mapped drive letter.

If you really need to automate drive mapping then I suggest calling a commandline script, but you shouldn’t need to unless there is a really old application that requires it.

Regards.

4 Likes