- Getting Started
- Before You Begin
- How To
- Build Your First App
- Build a Mobile-friendly App
- Embed Apps
- Embed Maps
- General User Experience Guidelines
- Hide Containers Using a Button
- Include Excel Charts in Apps
- Include MailTo Links
- Include Star Ratings
- Use Count With Choice Set Values
- Use Document Viewer
- Use Master Detail View
- Use Selected Values From a Table
- Use the Send Interim Result Activity
- Set External Context
- Work With Data Source and Value Bind
- Notifications
- 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
- Application Lifecycle Management (ALM)
- Basic Troubleshooting Guide
Build Your First App
For this app, you will use the following:
- An app template.
- A sample workflow.
- An entity.
To get more familiar with the features used in this tutorial, check the following pages:
- Schema Import and Export to find out how you can transfer your entities, choice sets, and relationships between tenants.
- Importing an App to find out how to import an app.
- Using App Studio to get more familiar with App Studio.
- Referencing an Entity in your App to find out how to reference an entity in your app.
- to find out how to publish an app.
Before you start this tutorial, make sure to check the Prerequisites section.
Before you start, make sure you have the following:
- An Automation Suite account and meet the Apps Prerequisites for Studio and Robot with JS add-in.
- The Apps Tutorial Sample Process file downloaded.
This tutorial is split into several different sections, depending on which step you are in the process and which product you need to use.
The first step is to import the schema in UiPath Data Service. To do this, follow the steps below:
- Go to Data Service.
-
Click Import/Export and select Import Schema.
- Select the
DataService_Trades_Schema.json
schema fromAppsTutorial_TradeLogger.zip
.
Expected result
The Trades schema is now imported to Data Service.
The next step is to publish the workflow using UiPath Studio. To do this, follow the steps below:
project.json
file from the AppsTutorial_TradeLogger_Workflow
folder using UiPath Studio.
2. Click Manage Entities.
3. Click Refresh then Save.
4. Publish to UiPath Orchestrator from the same Automation Suite installation using one of the following methods:
- Publish to your personal workspace.
- Publish to a tenant/folder feed.
Publish the newly published process using UiPath Orchestrator from the same Automation Suite installation and make sure that it is available on your attended robot.
For more information on publishing projects, check the Publishing Automation Projects page.
The final step is to import the app in UiPath Apps. To do this, follow the steps below:
1. Go to Apps.
2. Click Build a new app.
Trade Logger App Template.uiapp
file.
4. Click Create.
5. Open the app.
6. Click on the red error icon to locate and replace the process and entity.
Now that everything is configured, check the video below for the tutorial. Use this to better understand what this app is about, how to use it, and how to get the best out of UiPath Apps.
Check the How To section of this guide for more useful use cases. You can learn how to do the following: