From the course: UiPath: Robotic Process Automation (RPA)

Unlock this course with a free trial

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

Browsing for special variable types

Browsing for special variable types - UiPath Tutorial

From the course: UiPath: Robotic Process Automation (RPA)

Browsing for special variable types

- [Instructor] Oftentimes, when you're working on an automation, you'll find that you need to create variables that are outside of the default list of variables provided by the tool. And if you go down here into the variables pane and you create a new variable, the options you're going to get are boolean, int, string, object, array of T, and so on. But notice down here at the bottom we've got this thing called browse for types. So hopefully that makes perfect sense that you could click on this and it opens up a brand new window. Now this might be a little bit intimidating if you're not comfortable with the .net framework. And again, I know I'm repeating myself, but if you are a businessperson and you've never dealt with programming or the .net framework, then be sure to check out my RPA Tech Primer course. But for those of you who are familiar with the .net classes and types, you probably already know we're looking for a decimal type to store a currency. So if I type in decimal up…

Contents