This has been disussed numerous times but I just cannot resolve this issue.
I am using the file system connector to Get file content using path.
I have set up my connector properly with the credentials entered correctly. When I run the flow, the File System connector shows a green tick.
I am getting my path from a Stored Procedure result and storing it in a variable.
I use this variable in the File Path field in Get file content using path.
When I run the flow I get an error.
The File Path INPUT shows my path correctly:
\\serverip\i$\folder1\folder2\folder3\filename.pdf
but the error shows this:
The credentials for this connection do not have access to '\\serverip\i$\folder1\folder2\folder3/filename.pdf', please try using a different location or account.
Why in the world does it replace the '\' with '/'? It is so frustrating. I cannot get this working.