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.
Hi @mediatn,
Has your problem been solved?
If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Community Support Team _ Lin Tu
Hi @mediatn,
The error message shows that the path doesn't exist in your file system, so you may need to create a new File system connection that root path contains your target file path, for example:
Please have a try, I hope it can help you.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @abm & @v-litu-msft ,
I have logged in with domain\username
I already found out if I don't log in with domain\username (so including domain\ ) I wasn't able to browse the folders using the picker in create file -> (field) Folder path.
The login should be as needs to be.
Let me show a screenshot:
I "found" the path using the picker in the field 'Folder path' and added '\Subfolder'
When executing this flow. It gives an error on Create File (connector file-system)
And a screenshot of the error:
Hi @v-litu-msft ,
I thought it was a good shot and tried it a minute ago.
C:\Users\userx\Desktop -> working
C:\Users\userx\Desktop\Subfolder -> not working
The error I am getting is:
Hi @mediatn,
The file system connector support to adds a doesn't exist folder to the path, you can test like this:
Please have a try, I hope it can help you.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.