
RPA is software-based robotics that emulates work that people do.
It’s important to clarify that it is not the same as physical shiny, metal robots.
RPA is a configurable software tool that uses business rules and sequences of actions to automatically complete processes in any number of different applications the same way a human would, with the help of people for exception management.
In this document, the UiPath installation steps are discussed. Follow the instructions and install UiPath studio successfully.
Variables:
Variables are used to store multiple types of data. Another key aspect of variables is that their value can change so that you can, for example, control how many times the body of a loop is executed.
Variables need to be created with different names, even if used in different Scopes.
Types of Variables:
Text Variables (e.g. String)
True or False Variables (e.g. Boolean)
Number Variables (e.g. int32, int64)
Array Variables (e.g. int32[], int64[], String[] etc.)
Date and Time Variables (e.g. DateTime)
Data Table Variables (e.g. DataTable)
GenericValue Variables (e.g. GenericValue)
Arguments:
Arguments are used to pass data from a project to another. In a global sense, they resemble variables, as they store data dynamically and pass it on. Variables pass data between activities, while arguments pass data between automations. As a result, they enable you to reuse certain projects time and again.
Types of Arguments – In, Out, In/Out
Control Flow:
Control Flow is a concept borrowed from computer science that refers to the order in which actions are performed in an automation.
A proper Control Flow can be achieved through the intelligent use of variables and activities.
UiPath activities enable you to define rules and automate conditional statements within the project, through if/else and for each statements or loops. Delay can also be added between actions, in order to perfectly time activities.
Loops represent an important part of automations as they enable you to easily check dependencies between variables, activities and conditions. Once created, they enable the user to run a segment of the automation for a specific number of times, until a condition is met, or indefinitely.
This course provides in-depth knowledge and practical sessions on RPA Automation using UiPath Studio. Each topic has been well explained. Automation process has been developed for each topic and uploaded as the .zip file. Apart from Class Videos, Automation Process the notes are uploaded as .pdf. The students can download these resources to their local drive.
Any of the students who wants to learn UiPath, the student need not to go for individual online online training with an Instructor. The student can purchase this course and learn. This course has all the practical and theoretical topics well explained in the order.
The student can also clarify the questions with me any time. I will be more happy to answer the questions in time. Happy learning!