Hello,
This question ha probably been asked before, but anyway.
I am working on a workflow and i am stuck at the point where i need to copy files from one folder to another.
The problem here is the path look like: C:\Users\Public\Documents*PastMeetingDate*\doc.xls.
The PastMeeting Date is user inputed variable.
The files need to be copied to: C:\Users\Public\Documents*NextMeetingDate*\doc.xls.
The NextMeetingDate is also a user inputed variable.
I have tried the copy file function, like " C:\Users\Public\Documents"&PastMeetingDate&“\doc.xls”
does not work because it cannot concatenate the path.
I appreciate any tips that i can try.