- Getting Started
- Demo apps
- How To
- Build Your First App
- Build a Mobile-Friendly App
- General User Experience Guidelines
- Use Master Detail View
- Use Document Viewer
- Use Count With Choice Set Values
- Use Selected Values From a Table
- Embed Apps
- Embed Maps
- Hide Containers Using a Button
- Include MailTo Links
- Include Star Ratings
- Set External Context
- Work With Data Source and Value Bind
- Use the Send Interim Result Activity
- Public Apps
- Notifications
- Using VB Expressions
- 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: Reset Values
- 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: Guid
- 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
- Function: New
- Function: Lookup
- Function: Filter
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Adding an action to your app
- Adding an action app to an automation
- Binding an action to app controls
- Leveraging Connections in your apps
- Application Lifecycle Management (ALM)
- UiPath First-Party Apps
- Basic Troubleshooting Guide

Apps User Guide
Adding an action to your app
link-
The App creator role allows you to create and edit action apps.
-
To see the list of action apps in UiPath® Apps Studio, you must be the Co-author for the desired app.
- Go to the Apps homepage and select the app where you want to add an action.
- Select Add any from the dropdown arrow next to Add control, and select Action.Note:
You can only add one action per app.
- A disclaimer notifies you that once you deploy the app, you must access it via Action Center. Select Continue. The Action Properties schema window opens automatically.
- To add an additional property of any type, select any Add property option. To add an additional outcome, select the plus symbol below the Outcomes section.Note:
-
The schema contains one Submit outcome by default and one input property by default.
-
You can edit the property name, change the property data type or make a property required. Complex data types, like objects, also support sub-properties.
-
- You must map inputs and in/out properties to input controls in your app. If your app does not already contain an input control,
add one now by selecting Add control.Note:
-
If an input or an in/out property is required, it should be mapped to an input control.
-
Outcomes should be mapped to a Submit Action rule.
-
- Add a button by selecting, then dragging it into your app.
- Select the button to highlight it.
- In the Designer panel, select Events.
- Select Create rule. The rule configuration window opens.
- Type Submit action into the search field, then select the Submit action rule.
- In the Action outcome dropdown, select the outcome you wish to map to the Click event of the button, such as Submit.
- Once you finished editing your app, select Publish. The What's next window opens automatically.
- Select Deploy now. A new Orchestrator page opens automatically.Note:
If you have multiple folders in your tenant, you can select the folder you want to deploy the app to.
- In Orchestrator, select Automations.
- Select Apps.
- Select the Deploy app button, then select your app to deploy your app.
The app is deployed to Orchestrator and ready to be used in your automations.