Hello, I am working on a project consisting of the following: The robot must open a report application. The goal is to download a specific report to the exel file if the current date is loaded and send it to a user. So far, the application has been successfully opened, a constant refresh of the page (if the date is not loaded), after loading the date the robot sends an email that the date is loaded, opens the way to the report and downloads it. And here it stops. For the next step, do I need to create a sequence to read the exel file before sending it? And how to get him to rename the file in a certain way and then take that file and send it.
It is estimated that about 100 reports will be downloaded on the specific data, and all of them must be sent, so it is important to send the specified report to the user.
Hi @pl.rusinov,
You can use Move file activity and move it to a location in the activity pass the desired name and yes you can do that all in a sequence also if there are multiple reports you can use a loop and perform the activities as per req.
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.