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!
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!