Path exist issue

i have used path exist for file

if that file is present then move file.

there are multiple files and multiple move activity, but there argument for path exist is same is same

shall i use same no of path exist as no of files and move files activity

@Ananya1

Are you moving files from same folder or different folder ?

Hi @Ananya1,

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.

Best!!
Anmol