Get the Path of Environment Folders in UiPath

Опубликовано: 02 Март 2021
на канале: I Love Automation
3,996
55

In this 1-minute video tutorial, Mukesh Kala (Development Senior Analyst in Accenture) shows how to get Environment Folders' path in UiPath. This is very useful when your robot is supposed to run on multiple desktops, which makes the path of the environment folders change.

Creator of the video:
Mukesh Kala -    / @mukeshkala  

🎮 Check the discord, where we solve problems and chat about automation:   / discord  

0:00 Why do we need Special Folders in UiPath?
Imagine you build a UiPath robot, where you need to store data in, e.g., the "My Documents" folder on the user's computer. Since the path will change, we run into a problem when we want to specify the path in UiPath. Therefore we get the dynamic path and store it in a variable with the "Get Environment Folder" activity in UiPath.

0:14 Get Environment Folder
Specify the Folder, create an output variable (String), and have the special folder's path on the user's computer written out.

#uipath #rpa #shorts