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.

Write Range - Workbook & Excel

Write Range - Workbook & Excel

- [Instructor] Okay, in this video, let's try to quickly examine the write range for both of these. So after we've listed all customers here, my desire is to write the rows in this data table to a different Excel file. So for workbook, I'll go into activities and type in write range, and that's this one right here. So I'll click and drag that under here. And again, we just need to choose our workbook path, which could be a variable. And actually let's do that right now because it's a best practice. I'll grab an assign up here and click in here and right click and create a variable called customers file and hit return. And I'll copy this path and paste it there. And now I can control + C and replace this path with that variable. And the reason why this is a good idea is because I can specify the value of that variable once and reuse that on both of these activities. So I'll paste it here as well. Now let's double check the scope of that variable. It's only in workbook, so let's raise…

Contents