Hello guys!
I am performing an automation for extracting reports in csv format. It happens as follows: I have an excel workbook that contains two columns, one contains the report download link and the other contains the name of each report.
I need to go through each row of both columns, so I first access the link that is in the first column, the download is done and then I need to rename the file with the name that is stored in the second column of excel.
I cannot provide the workbook with the link due to the confidentiality of the information handled, but below I leave an example of how it is structured:
| LINK | NAME |
| www.example1.com | Name1 |
| www.example2.com | Name2 |
| www.example3.com | Name3 |
I was able to download the files using "for each", but I tried in several ways and I couldn't rename the files.

Report
All responses (
Answers (