From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Intro to functions - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Intro to functions
- [Narrator] Let's spend a little time talking about functions and this also includes the topic of subroutines. Essentially using functions or subroutines allows us to break up a long process into smaller parts that are more easy to think about and program and manage. The idea is to create multiple, small, reusable pieces of logic that go together to form a larger process. When you're thinking about creating reusable pieces of logic, you're going to want to consider whether that piece of logic will be only reused within a single process, or it will be reused within multiple processes. If you're only going to use it within one process, you can usually keep it in the same folder as the process that's using it. Oftentimes, if it's going to be reused within multiple processes, you may have to consider creating a shared folder that multiple applications or multiple software robots could all access. And that makes the process of maintenance easier as well because if you have to fix a…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Overview4m 6s
-
(Locked)
Create a console app2m 20s
-
(Locked)
Programming basics: Visual Studio8m 16s
-
(Locked)
Programming basics: UiPath Studio5m 21s
-
(Locked)
Intro to functions4m 2s
-
(Locked)
Functions demo: Visual Studio9m 37s
-
(Locked)
Functions demo: UiPath Studio8m 52s
-
(Locked)
Intro to variables3m 11s
-
(Locked)
Variables demo: Visual Studio6m 51s
-
(Locked)
Variables demo: UiPath Studio10m 19s
-
(Locked)
Intro to object-oriented programming9m 51s
-
(Locked)
Object-oriented programming demo14m 57s
-
(Locked)
The .NET framework12m 49s
-
(Locked)
-
-
-