Hi @new_user,
Welcome to the Community!
I don’t know the method by which you are moving the files but with use For Each loop you need to remember that it is counting from index = 0, so I can only guess that you need to add “+1” somewhere
It is automatically moving the recently downloaded excel files from “downloads” to desired path. I’m not using any “recent file” formula here. This is how i’m providing the value in ‘assign’ activity
@new_user,
Try to add delay before For Each loop. I think it might be that your loop is taking list of files so fast that it don’t see the latest file because it’s saving at the same moment. It’s only my thought but worth to check