Hi all,
To get to know the file-system connector of microsoft flow, I have created a simple flow. I have the on premise gateway setup correctly working on my local system.
The flow is working perfect, files are stored on my local file-system.
Except it throws an error when I want to create a subfolder.
The requested action could not be completed. Check your request parameters to make sure the path "\\\\share\\Dexxx\\xcache\\testweb/testfile.txt' exists on your file system.\r\nclientRequestId: 86fc2ab1-5ab1-458a-9494-6847ec343864"
I have tried to get it to work with network shares, but also with the local disk C:\Users\xxx\Desktop\test
The requested action could not be completed. Check your request parameters to make sure the path "C:\\Users\\xxx\\Desktop\\test/testfile.txt' exists on your file system.\r\nclientRequestId: f1ca1f45-0ea6-4552-9317-13d7b6e11803"
In both experiments the last folder is a folder that needs to be created.
When I try to store textfile.txt in an existing folder it is working.
I have another flow working that uses Onedrive for Business. When I add a folder to the path and this folder doesn't exist, the flow will create this folder.
Is it possible to have the connector file-system create subfolders and if this connector doesn't support this is there a workaround?