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.
Programming basics: UiPath Studio - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Programming basics: UiPath Studio
- [Instructor] Okay, you've seen me use UiPath Studio before, so I think you get the difference between programming and low code drag and drop workflows. But let's create a new process in UiPath to really drive the point home. I'll click on process. I'll call this the same thing, Simple-App, save it in C:\development/UiPath, click on create, and right off the bat with a brand new UiPath project, your main file, which is essentially a sequence, doesn't have anything in it. If I wanted to simulate what we did here in Visual Studio with two right lines and a read line, I would first drag a sequence into the workflow and then search for log m and drag into log messages like this, and then search for input and notice under system dialogue, we have this thing called Input Dialogue. So I'll click and drag that under here as well. So now instead of these lines of code, I have these three activities inside of a sequence. So of course here I could open double quotes and say "Hello from RPA" I…
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)
-
-
-