UiPath REFramework Beginners Tutorial

preview_player
Показать описание
This video tutorial shows, how to get started with UiPath REFramework. It explains how to easily set up the framework, gives easy explanations on state machine and arguments, elaborates on the Config sheet and finally create a simple use case. The tutorial is perfect for beginners that want to learn the UiPath REFramework.

You could also watch:

0:15 Advantages of REFramework
The advantages of REFramework are low code structure, reusability, exception handling, logging and seperation of concerns.

0:41 How to install
We can simply just install the framework by chosing the template.

1:01 What is State Machine
A state machine is nothing but a mathematical model of computation. It gives a finite number of states at any given time. We create a small sample case with state machine.

5:28 Overview of the REFramework
We have four states: Initialization, Get Transaction Data, Process Transaction and End Process.

7:34 The Config Excel sheet
In the Config Excel sheet we store our settings, constants and assets. The main part to specify is the OrchestratorQueueName (make sure you are connected to Orchestrator). We also configure an asset.

11:30 Initialization
In the initialization state we are initializing all the settings and applications the bot will need to perform the processes.

12:32 Arguments in UiPath
An argument in UiPath is a variable that pass between workflows. We will create a small example to show, how to work with arguments.

18:14 Init All Applications
In this workflow we launch the applications, that our bot needs. We use the config dictionary instead of a variable/hardcode.

20:15 Get Transaction Data
We won't touch nothing in this state. The variable transactionitem is covered.

22:12 Add to Queue
We create a dispatcher/performer model. In the dispatcher we add to our queue and in the performer we process the queue items.

26:19 Process Transaction
In the Process Transaction we process our transaction items one by one.

28:07 Try Catch
The two important blocks of a Try Catch is Try and Catch. We try someting and if anything goes wrong, we can catch the error in the catch instead of stopping the workflow.

Connect with me:

#uipath #rpa #automation
Рекомендации по теме
Комментарии
Автор

I've watched about 5 video tutorials on REFramework for beginners and your tutorial is the absolute best. You are a GREAT teacher. Thank you

jerewatson
Автор

Thank you for providing your good quality class on YouTube from south korea.

김수정-nsy
Автор

amazing summary! Still remains top tier tutorial for beginners.

samuraibeaver
Автор

Hi Anders
Great job with your tutorials. You are a fabulous teacher.
Need your major help in a project. Please let me know if we can connect seperately

siddharthmudaliar
Автор

Hi


Plz make a video on uipath Jenkins integration

Thanks

codingislifeg
Автор

Hey Anders, once again a great video :) Thanks for this. Please keep sharing your knowledge.
I have a question to ask you, I am working on complete end to end email automation. I am almost done with everything, just stuck with 2 things.
1: I want the Bot to work automatically when the email comes with a specified subject line(like Amazon_LG TV) and then go to Amazon and search for LG TV. I am stuck in this part (web scrapping part is done .

2: How to add a space in between LG TV ? I had used % (LG%TV%), but not working. So, I need your help in doing this . It should remove Amazon from subject line(Amazon_LG TV) and only search for LG TV.

xcetam
Автор

love your video always..

can you solve this
the webpage has game and and url, if we click, we got the table detail inside..
1. scrape table gameName and url on website (the list on the webpage could change anytime)
2. when we got the list, create sheet for each gameName.
3. go to the url and paste the information inside to the matching sheet that we created.

example
gameName1 urlpathexample, com
gameName2 urlpathexample, com
gameName3 urlpathexample, com

the new sheet will be named after the gameName list (create if doesn't exist)
and the table inside the url pasted inside the corresponding sheet.

thank you..

suardiang
Автор

Could you make some videos regarding Oracle Netsuite integration with Uipath?

vij
Автор

Hi Sir, can you please make a video about find and replace a word in Excel with multiple sheets..??

shathikbasha
Автор

What's the benefits of using RE Framework over the normal sequence and flow chart's way? I think RE Framework is complex and slow.

ericchua
Автор

Why does it need to be Internet Explorer?

ultramaxx