- 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
- Leveraging Connections in your apps
- Application Lifecycle Management (ALM)
- UiPath First-Party Apps
- 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.
- Publishing a New Version of an 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 Cloud Public Sector 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 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 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.
- On the Build tab, click the Create new app button.
- Click Import from file and
select the
Trade Logger App Template.uiapp
file. - Click Create.
- Open the app.
Note:When you first open the app, the app will have some errors. To remove these errors, you need to configure your dependencies. Follow the next steps to do this.
- 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: