Here's a really good example you can make your own quickly. In this example, I am saving the form upload as a list attachment, but you could easily change the end of the flow to create file in SharePoint.
The key to from Uploads is that by design they get saved to a special OneDrive folder and this is the root path:
/Shared Documents/Apps/Microsoft Forms/Form to Attachment Item/File Upload/
where 'Form to Attachment Item' is the Form name and
'File Upload' is the name of the question
You will need to find your unique path for the create file action.
---------------
Your trigger is when a new form response is submitted.
The first action is get response details. You use the dynamic content from the trigger shown below.
Next you want to parse the form responses. The 'Content' is the question for the file uploads. You can get the Schema by saving the flow before adding parse JSON and testing your flow/form and get the output from the 'get response details' for the file upload question. Then paste in using the 'use sample payload to generate schema link, shown below.
Next for your flow, you want to add the action Get file content using path. Again, before we create the file, we have to get the file content and the file is automatically saved in that special OneDrive folder.
So your flow will look like this (I removed my list and attachment actions for the example. When you add 'Get file content using path' action, it will wrap itself in a for each or apply to each loop because there could be more than 1 upload for the question, so for each file, get file content and create the file.
My form doesn't have a location such as West Berkshire but I would use the dynamic content value for the selection and make it part of my folder path shown below.
Essentially, your entire flow looks like this.
------------------------------------------------
⭐ If this was helpful, please like and check the box below "Does this answer your question" to help others find this too!
Always glad to help! 💯💯💯💯💯
Tom
Follow me on LinkedIn - Thomas Rice, PMP | LinkedIn