Move File Action: Could not find a part of the path

Hi,
I am trying to use a Move File action to move a file to a new folder while renaming it. The file name gets manipulated in the project notebook.
When executing the automation, I get the error: Could not find a part of the path’.
Any ideas?
Jan

1 Like

Hi,
the flow looks like this


And the path: <[CurrentFile.Folder()]>ParkerIndustries<[Notes.Sheet(“File”).Cell(“FileNameNoExtension”)]>.pdf
It should resolve to: C:\Users\imjat\Downloads\Invoices\ParkerIndustries\Invoice 1_ParkerIndustries_20200003.pdf

1 Like

I found my mistake… the move action does not create the folder. It has to be there before.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.