I am new to UiPath and recently attempted to automate a process involving downloading a file from one webpage and uploading it to another. I used the web version of UiPath Studio for this task. Although I managed to complete all the steps successfully, I encountered a challenge when it came to uploading the file.
Initially, I tried using the Attach Document activity and struggled to locate the file path and make it work. After investing a lot of time and effort, I finally managed to get it functioning, only to discover that Attach Document can only be used for testing purposes, which was quite frustrating.
Now, I am unable to find any alternative methods that would allow me to upload the file. The upload process involves clicking a button located in the top left corner of the page, which opens a file explorer window where the file needs to be selected.
I have searched through various posts and discussions, but most of them suggest using code or the type into activity, which doesn’t work in my case since the file selection window is not a part of the browser.
If anyone could provide assistance or suggest a solution, I would greatly appreciate it.