Hi all, I am using Uipath studio X and for my workflow I download an excel document from an internal application. The app downloads the document but it does not save it anywhere. The app does not allow to change the downloads settings. I would like to know if you know a way of using that excel document that is downloaded in my program.
I had a situation where an excel was exported from a program and was opened on screen but not saved anywhere. I got around this by using an element exists with an extended timeout (application would take five minutes to generate file) and then sending the Hotkey of either F12 or CTRL S to present the Save As box.
Once this opened I would save the file where I wanted and then read the contents into a datatable.