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.

Create a data table

Create a data table

- [Instructor] In this lecture, I'd like to talk about how to create and also modify a data table structure. I've got my Data Table project open that we created in the previous lecture, and from Activities, I will first grab a Sequence and drag that onto my canvas so we can do multiple data table-related things. So I'll go back in here to my table, and I'm going to grab this Build Data Table activity and click and drag that into my Sequence, and just out of habit, I'm going to rename the Sequence to Data Table Stuff. So this Build Data Table activity is going to allow us to build that invisible Excel spreadsheet that I was talking about, and one of the most important things you need to know about it is that the output is going to be a variable, and that variable is of type DataTable. So the same way we create any other variable, I'll right-click here and select Create Variable, and I'll just call this MyDataTable and hit Return. So now, down here in Variables, I've got a new variable…

Contents