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?