- Release Notes
- Getting Started
- UiPath Assistant
- Installation and Upgrade
- Robot Types
- Robot Components
- Licensing
- Connecting Robots to Orchestrator
- Processes and Activities
- Logging
- Robot JavaScript SDK
- Specific Scenarios
- Restarting Robot Components
- Windows Sessions
- Login Using Thales Luna Credential System
- Login Using NShield Key Storage Provider
- Redirecting Robots Through a Proxy Server
- Executing Tasks in a Minimized RDP Window
- Using Mapped Network Drives
- Stopping a Process
- Disable Stop Button
- Custom Package Folders and Network Paths
- CrowdStrike Integration
- Robot Citrix Apps Virtualization
- Troubleshooting
- Unresponsive Robot Over RDP
- Duplicate Execution Logs
- Frequently Encountered Robot Errors
- Increased Process Execution Duration
- Enforced Package Signature Verification
- Message Too Large to Process
- Errors When Running as Administrator
- NuGet Packages Not Accessible After Migration
- User Access Control Prompt and UI Automation Activities
- .NET required during installation
- Assembly Cannot Be Loaded From Network Or Azure File Share
- Activities cannot find .NET Runtime
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.