I use a Move File activity to change the name of a pdf file (a model after the exercise from Academy).
… but I get this error:
I can imagine that you think I didn’t check the path, but I believe I did it
To demonstrate:
-
In the field From is a variable set in For Each:
I select the folder where are the invoices
… and I check the path with a Log Message activity:
… and I created an array of string, representing only the pdf files from the selected folder.
The folder has some sub-folder … wandering if this is a problem?
… and finally, I iterate through each element from the array of strings:
I also use a Log Message activity, and everything seems fine:
-
In the field To I set the new file name variable
… that I built like this:
… and I also used a Log Message to make sure it’s correct:
So, what do you think I’m doing wrong?
I attached also the whole project, maybe it helps.Process Invoices2.zip (353.8 KB)