Organize Recently Downloaded Files

Hello,

I am struggling to find a solution for organizing recently downloaded files.

My bot is operating to export files from a web application. The bot is able to access these files by entering a unique numeric ID code.

The issue I am having is that the file names are all the same regardless of the ID code. Is there a simple way to take “recent downloads files 1-3” and move them to a folder with a specific name or File Path?

I have tried to manually replicate with recordings but often run into errors.

Any feedback would be appreciated!

Have a look at this. You can sort the downloads folder by modified time and then grab the top 3 or however many you need.

Hi @verdonej

Go through these posts… It should help…

Additionally, I also found a UiGo! component which helps you to extract latest files in a folder.
https://go.uipath.com/component/find-recently-modified-file-in-a-directory#

Hope this helps

1 Like