- Getting started
- Understanding UiPath Robot
- UiPath Assistant
- Installation requirements
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for high-density robots
- Redirecting robots through a proxy server
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Setting up Linux robots
- Configuring package signature verification
- Setting up package folders and network paths
- Configuring activity feeds
- Deploying unattended automations
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrations
- Troubleshooting
Automation Configuration
Automation configuration allows you to change how an automation runs and what details it has.
You can set values for arguments directly from the UiPath Assistant which are saved and used every time the automation is run, making it easier to work with automations that require custom inputs and removing the need to create a new automation each time a value changes.
Input arguments can be found under the Customize section and are used to configure automations that make use of such variables.
Besides arguments, you can also configure an automation to always start in a PiP Session from the same menu.
When an automation that contains arguments with the direction In is run for the first time, the UiPath Assistant automatically prompts you to provide values for the input arguments that do not have a default value that contains mandatory arguments.
- When you click an automation, detailed information is displayed in the right panel.
- Set the value, and then click Save. The way in which you set the value of an argument depends on its type:
- Int32 - enter a number
- String - enter text
- Boolean - select or clear a checkbox
- DateTime - pick a date or time
Important: The automations can also run with arguments that have other data types than the ones above, but those arguments are not displayed in Assistant. The values for these arguments are configured in Studio or in Orchestrator. In case the automation has default values both in Studio and Orchestrator, the values from Orchestrator will be used in Assistant.
- Hover over an automation and select More actions > Show automation details.
- Under Picture in Picture, turn on the Start in PiP toggle.
The next time you run the automation, it starts in a PiP session.
Connections can be used directly from the UiPath Assistant by accessing the Automation Details menu.
If an automation already has connections set up in Orchestrator, the user is able to select it from the list; otherwise, they can create a new one from the same menu.