I have a File System Connector for an On-Premises Gateway.
That gateway is mounting a file server as drive letter "P:\" .
The File System Connector is mapping Root as "P:\COE OP\PO Files\"
In another solution I could use the "Create File" component and have a folder name such as "abc12" for Folder Path and the link would test as be "c:\flow\abc12" and the file would be saved.
I'm not sure why this isn't working now. I get a 400 error.
If I define the full path like:
P:\COE OP\PO Files\<expression value>
then the test result is
P:\\COE OP\\PO Files\\TW6x
If I define the path with just \TW6x\ , it writes '\\TW61\\' as the 400 error
If I define the path with just TW6x like I have done in the past, it writes 'TW6x' as the 400 error. (This method has worked in the past as the result should be: P:\COE OP\PO Files\TW6x)
Why do I have double forward slashes?
See images below:
Thanks in advance!
