Skip to main content

Hi 

 

I have a process that I've been troubleshooting why the file is not saving to the target file path, 

 

First I've tried to use absolute path but it's not working, then I use relative path which is the screenshot and still not working.

 

Then I figure out that I have to put the relative path under the Target file name, in order to save to the expected path like below. 

 

 

I'm just curious why the target file path is not functioning as expected? or did I missed out something?

 

Please advice

 

Thank you

 

Hi Jheng, 

The Target file path will return the absolute path to the file. This is the location where the file has been written to.

Docs: File and folder connectors | Thinkwise Documentation

The Storage location bound to the Write file process action contains the Base path. In the Process action input, you need to supply the Target file name. This name will be used for the file. 

Example (in UNC):

  • Base path in Storage location: C:\temp
  • Target file name: folder\results.csv
  • Target file path will return: C:\temp\folder\results.csv

Also work for other storage providers with the appropiate slashes. Hope this helps!


Reply