Search and move file to different folder using wildcard function

Hi All,

I need to move a csv file from a folder to another. The csv file from the original location is title lead_xxxx.csv where xxx is random numbers. I want to be able to move it from c:\users\xxx\downloads\lead_xxxx.csv to a new folder c:\users\xxx\downloads\new\lead.csv, changing the csv’s file name too.

I understand I can use Move File activities, but I do not know how. Can someone advise?

Hi @wzlim1024

you can use MoveFile activity or CopyFile activity… here i attached sample go through it

MoveFile.zip (14.9 KB)

1 Like