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

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