Need Move File Assist

Seems like this should be fairly straight forward, but I have a dynamic file excel file, that I need to be moved to a different drive location.

Example:
Path A: working directory = C:\Filename_1234.xlsx
Path B: Safe File Location = D:\ (Same file name from previous directory)

I tried to use an Filename_*.xlsx so I will get everything from this working directory, but getting error |Move File: Illegal characters in path."

What am I doing wrong, as this seems super simple to me in my mind.

You Can’t give wild characters in move file activity.

Instead, you have to use Directory.getfiles(“YourFolderpath”,“FileNamesearchpattern”) and Inside For each loop you can use Move File activity.

2 Likes