So are you using File Exists activity which will return boolean and you can use that boolean to move file. Now let say you have multiple file with name like November1.xlsx, November2.xlsx and so on in that case you can loop to do that.
Conclusion is there are multiple ways to do that also you can zipped the file then move them together. it’s totally up-to you.
Hope it helps.