From the course: Complete Guide to UiPath RPA Development

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Solution - development part 12

Solution - development part 12

- [Instructor] Okay, to create my states map, I'm going into activities and I'll grab a sequence and drag that after get assets, double click to name it, load states. And as you may recall, we need a read range to kick this process off. So I'll click and drag read range in here. And for the workbook path, I'll click on the folder and this opens to our project. So I'll go into data and click on config and open. You recall the sheet name was states. And now for the data table I'll right click and create a variable called states sheet and hit return. So of course that represents the states' sheet in the Excel we just read. I'll rename this one to read states sheet. And the next thing we need to do is to grab and assign. So I'll click and drag that after we read the range. Double click to rename this one to init states dictionary. I'll click here and right click and create a variable called states because that's the best representation of my collection of states. Hit return. And the way…

Contents