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.

Tour of data table activities

Tour of data table activities

- [Instructor] In this video we'll take a quick tour of all the data table activities. I'll start by creating a new blank project called Data Tables. Click on Create. I'll jump into my Activities pane here and type in the word, table. You can see that that leaves us with three relevant sections, App Integration which has Excel tables, System which has a File; Workbook; Get Table Range, and then finally the Programming section that has this Data Table subsection with all of our data table activities. These are the activities we're interested in for this section. So we'll walk through the most obvious ones here. We're going to start by using Build Data Table, which is going to allow us to create a data table according to a specified schema and that's basically a graphical UI that allows us to add columns of specified data types. Then we'll use the Add Data Row activity to put data into our data table and then we'll use For Each Row to loop through the rows of our data table and we'll…

Contents