I have found similar topics on the forum, but solutions there don’t solve my challenge.
My robot works with online application, downloads Excel file and the file opens immediately. The filename varies each time the download is executed. Active window shows the open excel file. I would like to work with the downloaded file, but don’t know how to refer to it in Studio X / Studio. Could you please suggest any solution?
First delete all the file in the folder . you can use Delete file activity.
2)Click on the file to download
3)Use WAIT FOR DOWNLOAD to check the file downloaded.
use assigna ctivity and use expressions as Directory.Getfiles(“Folderpath”)
5)You can use start process to open the file.