From the course: Robotic Process Automation: Tech Primer

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Variables demo: UiPath

Variables demo: UiPath

- [Instructor] In a previous video, we saw what it looks like to create and use variables in Visual Studio. Let's do the same thing with UiPath. So, I've got UiPath open, I'm going to open up the recent simple-app project we created. Double-click on the menu to close up that ribbon there. And similarly to our Visual Studio project we've simply got a sequence here which logs two different lines, and then pops up an input dialogue. I'm going to right click and disable this for now. I'm only going to cover the very basics of creating and using variables in UiPath studio, but my UiPath level one course goes into greater detail. So, ultimately, this top level sequence in our main canvas area represents this main routine we have here in our Visual Studio app. It's basically one level with a series of statements that we'll execute. And notice up here at the top, we declared our variables, and then we assigned values to them before we used them. You can do kind of the same thing in UiPath…

Contents