This article provides details on linking your app to OneDrive storage using the built-in connector after Connecting to OneDrive (Personal) and authenticating a connection for the connector to use. Alternatively, you can use Connecting to Microsoft Graph.
For more detailed information on the OneDrive service, consult the official support documentation.
Adding the Connector
Follow these steps to add the connector to your specific form:
- Navigate to App Workshop > Forms.
- Hover over your desired form and click the Connect icon.
- Click the Add Connector button (top-right).
- Select OneDrive for Business from the options.
Configuring the Connector

Using Connection
If you have more than one OneDrive for Business or MS Graph Connection, you will need to choose which connection you’ll use for this form connector.
Send Form Answers
You can choose what format you want your Form entry data to be sent as.
| File Format | Description |
|---|---|
| CSV | Send form data in a .csv attachment. Customizable using a Text file template. |
| JSON | Send form data in a .json attachment Customizable using a Text file template. |
| Excel | Send form data in an .xlsx attachment. Customizable using an Excel template. |
| Word | Send form data as a .docx attachment. Customizable using a Word (.docx) template. |
| Send form data as a .pdf attachment. Customizable using a Word or Excel template or a built-in template. | |
| Word | Send form data as a .docx attachment. Customizable using a Word (.docx) template. |
| XML | Send form data as an .xml attachment. Customizable using a Text file template. |
Send Media Files
If this is checked, you will be able to select the individual media files to send/attach.
These could be signature images, photos, or other attachments.
Site Name
This field is required if you use an MS Graph connection to authenticate this form connector; then you will need to provide a Site Name. This field value can be either the SharePoint site URL (e.g., tenant.sharepoint.com/sites/mysitename), or simply the Site or Subsite name.
File Name
Optionally enter a custom Microsoft OneDrive file name of your choice.
You can also create a dynamic attachment name using fields from your Form – hit the hammer icon to build it.
The file extension (.pdf, .xlsx, .docx etc) will be added to your name automatically.
Disable Random Code
Disable the default system behaviour of appending a 6-character random code to the generated file name.
e.g., instead of ‘FileName-abc123.pdf’, the file would be generated as ‘FileName.pdf’
Folder Path
Optionally, enter a folder path on Microsoft OneDrive for the exported file to be placed in. Path should be entered in the following format:
‘FolderName/AnotherFolder/FileGoesInThisOne’
Anonymize Personal Data
If enabled, data from fields marked as Personal Data will be converted to a non-human-readable format to aid privacy.
You may be interested in the information in our knowledge base on Outputting Data with Templates and Run Conditions.