Forum Discussion
Attach files to a form for outside users
I haven't tested that in my dev, though, so thanks for replying.
Star_D For our business, we have used the file request link and added that as a section to our forms. I haven't found a way to connect the document upload and form together yet but it is a way for external users to upload documents.
https://support.microsoft.com/en-us/office/create-a-file-request-f54aa7f8-2589-4421-b351-d415fc3b83af
Hope that helps
- AlexUnipaNov 02, 2022Brass Contributor
jessb1445 , were you able to bind the form's response to the file uploaded?
- jessb1445Nov 03, 2022Copper Contributor
What I ended up doing was adding a link to request files to a onedive folder.
Then set up a flow that moves that file to a sharepoint folder and notify someone.
The sharepoint folder I've moved it to has a lookup field to a list from the form responses.
When someone fills in the document field for their name (lookup field), it adds it as an attachment to the item. This is the only workaround that I have found works.