top of page

Build a UiPath App : End to End!

Updated: Mar 9, 2021

One of the latest addition to the UiPath family is the feature of creating UiPath Apps. UiPath apps are basically web apps that can be connected to the UiPath Bots and can create an easy way for users to interact with the Bots with an interactive front end and open up a lot of new exciting RPA opportunities. With the advent of Apps, UiPath now has features to create the Front End, Middle Layer, and back end of an app very quickly.


Today, I will show you how to build a UiPath App, connect it to a bot, utilize Arguments, and also effective Error Handling right inside the App itself.


Let's Begin!


Step One : Create a New App
ree


ree


ree


Step 2: Create Pages
ree


Step 3 : Build Layout

3.1 : Add Headers

ree

3.2 Add Text Box and Label for Input Parameters

ree


ree

ree


ree


Step 4: Create a Bot and update it in Orchestrator.

ree

ree


Step 5 : Connecting Process to UiPath App and connecting Arguments to Local variables

Step 5.1: Add the Process to App.

ree

Step 5.2: Create local variables and add them to the Value Binding Element of the elements.

ree


Step 6: Setting up Error handling to check for Null Values

Step 6.1 Click on New Rule under the Button Element on First Page and add an If-Else Block. If an error exists, create a pop-up, else open the Second page.

ree

ree

ree

Step 7: Run the Process

Step 7.1: Click on New Rule on Submit Button on the Second page and add the Run Process Element with the following settings:

ree

ree

ree

ree

Step 8: Publish the App.
ree

Final Results!
ree

ree

ree
Hopefully this tutorial helped you in understanding the basics of UiPath Apps and how to create an E2E project! You can also download the App Project from here and use it as a starter package!



Also, while you are here, why don't you check out how to create a handwriting recognition bot free of cost!


Happy learning!

Comments


bottom of page