Move multiple excel file from download folder to another folder

I need to move multiple excel files from download folder to my created folder.

I have been able to manage to move 1 excel file to my other folder. My process involves downloading a number of files, and I would like to know how to achieve that.

It would also help me to move all the files from the downloads folder to my other folder. Either option would be acceptable.

@Julian_Torres_Torres - Try the example attached. It uses For Each File in Folder loop and Move File activities.

MoveFilesToAnotherFolder.zip (2.5 KB)

Make sure to change the following properties.

From folder:
image

To folder:
image

This moves all files and folders inside the source to the target.

Thanks!