Hello, everyone
My RPA will download a new excel file every day. The file always comes with the same name pattern: fnd_gfm_ [random number].xls
So, the downloaded file will always start with the name: fnd_gfm_
I want the RPA to go to the downloads folder and copy all the files that start with fnd_gfm_ and paste it in another folder.
How can I do that?