Hello all,
I am trying to create a flow to download a file from sharepont to my pc. I am using these steps to do it:
First have installed my on premises gateway, then created a connection using it.
https://docs.microsoft.com/en-us/data-integration/gateway/service-gateway-install
When I create the flow and add the "Create file" (File System), I try to search for the Folder Path setup in my connection but can't find it, i get this error below (so I add the connection folder path manually)
My entire flow looks like this: (Folder path in the File System step is added manually, typed in)
When I run the flow, first 2 steps are OK, I get on the last step with this message:
Hi @Anonymous ,
You could just select the file through the file browser to select a specific file.
Best regards,
Mabel
Hi Mabel,
File System works and connects now, thank you, there was an error with the auth.
If on that sharepoint folde, I have several files uploaded on daily basis in the same location, how can I tell my flow to only download a specific .xlsx only, called "Daily Report" ?
Thank you,
Mihnea
Hi @Anonymous ,
Have you created a connection to File system connector successfully?
Once we created the connection, we can select the folder from the file browser. From your screenshot, I guess you entered the folder path manually. Am I right?
About how to create a connection to file system, please check the following doc:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-using-file-connector
Further, in the action Get file content, are you going to get the file which triggered the flow? If so, you could use dynamic content Identifier from the trigger.
From the screenshot, it seems that you are getting file content from a specific file.
I have made the following test for your scenario, which is working properly.
Best regards,
Mabel