- Getting Started
- Before You Begin
- How To
- Designing your App
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Values
- Rule: Start Process
- Rule: Upload File to Storage Bucket
- Rule: Get File From Storage Bucket
- Rule: Create/Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Function: And, Or, Not
- Function: Concat
- Function: Contains
- Function: Count
- Function: EndsWith
- Function: If
- Function: IsBlank
- Function: Length
- Function: List
- Function: StartsWith
- Function: Sum
- Function: Sort
- Function: Now
- Function: Today
- Function: Time
- Function: Year
- Function: Month
- Function: Day
- Function: Hour
- Function: Minute
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Application Lifecycle Management (ALM)
- Basic Troubleshooting Guide
Using App Studio
UiPath Apps is available on your UiPath Cloud Portal. You can access your Apps homepage by selecting 'Apps' from the left-hand navigation bar.
If it's your first time visiting the homepage, you may not have any apps to run yet. If you're a returning user then you see apps that you've created, apps that other users have invited you to collaborate on, and apps that you can run.
- Click on the Create new button on the App Studio homepage.
- Give the new app a name.
-
Click the Create button.
Your new app comes with a Container Layout control on the first page by default to help you structure the layout of your app.
- Click Add new control from the top of the Properties pane.
- Click the 'v' icon to expand each control section and locate the control you would like to add.
-
Click and drag the control to the desired location on the canvas.
- Click the '+' to the left of the canvas.
- Select Page.
The first page in this list is the first page to run when you launch your app. The ordering of subsequent pages doesn't have an impact on runtime, but you can re-arrange them to help keep your app organized. To set another page as the start page you can either:
- Right Click > Set as Start Page
-
Or click and drag the page to reorder it.
App Studio provides visual presets for many controls to help accelerate your app development, but you can always drill into specific styling properties to customize your app in any way you want.
To change the style of a control:
- Select the control on the canvas
- Select the Style tab in the properties panel
- Change individual styling properties to change the look and feel of your app
For more details about styling, see the Controls Overview
To add a process that is already in Orchestrator:
- Click the + to the left of the canvas.
- Select Process.
- Choose an Orchestrator tenant that you have access to within your account.
- Select the folder where you published your process.
- Select the process(es) you want to include in your app.
- Click Select.
For more details, see adding a process to your app.
To bind your controls to process inputs or outputs, use their Value Binding field. For more details, see Binding Process Inputs/Outputs to Controls on the Apps Canvas
Events and Rules control the end-user experience inside of your app. The events available for a control are determined by that control's type. For example, Pages have a 'Loaded' event, while a textbox has a 'Value Changed' event.
To customize interactions within your app:
- Select the control that you would like to add an event to.
- Click the Events tab on the properties pane.
- Choose an event you'd like to customize and click Create Rule.
- Start typing or select a rule from the available list.
For more, see Events and Rules.
You can preview your app at any time during development by clicking the 'Preview' button in the header. Check out the rest of the documentation to learn more about Preview and Publishing.