Session 1 AI Associate Series: Essential Studio Automation Features

UiPathCommunity 2,701 views 18 slides Oct 08, 2024
Slide 1
Slide 1 of 18
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18

About This Presentation

🚀 Welcome to Session 1 of the AI Associate Developer Series 2024!
In this session, we will run through the core automation processes with UiPath Studio. We will highlight and adopt the most essential product features from the AI Automation Associate learning plan.

đź“• Agenda:
Build your first a...


Slide Content

AI Associate
Developer
Series 2024
Welcome to the UiPath AI Associate Developer
intensive training series!

-Essential Studio Automation Features
Session 1 AI Associate
Series:

3
1.Team Introduction
2.Introduction to Automation
3.Benefits of Automation
4.What is RPA
5.UiPath’s Platform Core Components
6.Build your first automation process with Studio
7.Variables, Constants and Arguments in Studio
8.Data Manipulation with Strings in Studio
9.Data Manipulation with Data Tables in Studio
10.Debugging in Studio
11.Working with Local Files and Folders in Studio
Agenda Slide

4
UiPath MVP, Senior
Consultant, WonderBotz
UiPath MVP, Senior
RPA Developer &
Automation Architect,
Element Blue
Pranav Kashyap Gabriel Marin Brito
Team Slide

5
•Removes repetitive and unwanted tasks to enhance performance
•Frees human resources to be better utilized in more productive work
Introduction to Automation
Automation is the technology by which a process or procedure is executed with minimal human
assistance.
What does
Automation do?
Where is
Automation used?
Examples of
Automation
•It is used in mechanical production, assembly line production, etc
•It is integral to business & IT sector to make them productive and profitable
•Automated bottle filling stations
•Automated Order-Entry and Customer service Chatbots

6
Benefits of Automation
Automation offers several benefits to an organization. It:
Automation
saves time,
effort and
money!
Improves
productivity
Decreases
average
handling time
Assists worker
safety
Decreases
operational
cost

7
What is RPA?
Robotic Process Automation (RPA) is the technology that enables a software program to mimic human
actions while interacting with computer applications to accomplish required tasks.
Reads & processes data
in a structured form
Operates on different
applications
Enables a software program
to mimic human actions
Creates a digital
robotic workforce
Works 24/7 without
making errors
Easy to implement and
powerful to scale

8
Enable to run processes
developed in Studio
Control, manageand
monitorthe robots
Deploy Execute
Designautomation
workflows visually, with
minimal use of code
UiPath Suite Architecture has three core components. They are:
UiPath Platform’s Core Components

9
Build your first automation process with Studio
Building your First Hello World

10
Variables Constants Arguments
How to create your variables, Constants and
Arguments

11
Variables
In Studio, variables are used to store multiple types of data.
Variable Type
Boolean
String
Int32
Object
System.Data.DataTable
Array of [T]
Browse for Types

12
Constants
Int RollNumber=10

13
Argument
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.
In –the argument can only be used within the given project.
Out –the argument can be used to pass data outside of a given project.
In/Out –the arguments can be used both within and outside of a given project.
Property –not currently used.

14
Substring Trim Replace
Data Manipulation with Strings in Studio

15
Join DT Sort DT Merge DT
Data Manipulation with Data Tables in Studio

16
Step Into Slow Step Retry
Debugging

17
Create Folder
Working with Local Files and Folders in Studio
Create File

18
Any
Questions?
Thank You