How To Select an Excel Sheet Output from an Online Database

Hello! I am having trouble clicking on the excel export populated by our online database. When I apply the “select” features on UiPath, the system does not recognize this part of the screen (highlighted by the red circle in the attached photo). Please advise. Thank you!

CoStar_Export.PNG|690x366

hi @aboutaly,

Once the Excel file is downloaded -

Use a attach window and point it to the download Bar of the Browser.
2. Use a click activity then.

If you want to open the excel - Best way would be Save as the excel as the desired location and then use excel application scope to read the excel.

While Exporting the excel form the browser - If you have an option to provide a path - I would suggest save it to a Location say “D:/Data/ Excel” and then use this path in Excel application scope.


Mukesh