Hi All,
I made a flow that downloads attachments from mail to my file system.
I'm using On Premise data gateway on my pc, the root folder in the connection is "C:\Test"
I want to save the files inside "C:\Test".
inside the flow i tried to put in folder path of file system this folder:
"\"
i got this error:
The requested action could not be completed. Check your request parameters to make sure the path '//File.xlsx' exists on your file system.",
When i tried to use this folder path:
"C:\Test"
I got this error:
"The requested action could not be completed. Check your request parameters to make sure the path 'c:\\Test\\/File.xlsx' exists on your file system."
I have no idea how to make it save into C:\Test
Any ideas?
Thanks alot!