From the course: UiPath Studio Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Get temperature in cities use case

Get temperature in cities use case - UiPath Tutorial

From the course: UiPath Studio Essential Training

Get temperature in cities use case

- [Instructor] In this example, we will start to understand how to deal with data tables and Excel files, how to read from Excel files, and how to write back to Excel files. Let's see our example. In this example we have an input file, cities.xlsx. This Excel file here has one column containing some cities' names, and our target is to get all the temperatures of those cities for today. So we need to create another Excel file and this will be the output that will have the name of the city, and then temperature. Let's see how we can do this automation using UiPath. Let's go to our UiPath Studio and let's think about it. Before doing anything, let's ask ourselves what the input is and what is the output. The input is an Excel file. It means that we have a data table variable input, and the output is another Excel file, which means that we have a data table variable as output. When we determine the input and output variables, we start to do the process step by step. So the first step is…

Contents