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 Personal from the options.
Note: The page will refresh with the connector added. Changes are not live until you click Save.
Quick Access Tip
If you are already inside the Form Builder or Settings view, you don’t need to go back to the main menu. Simply click the Connectors tab located directly under the form title at the top of the screen.
Configuring the Connector

Using Connection
If you have more than one OneDrive Personal Connection, you will need to choose which configured MS Graph or OneDrive Personal account 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.
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.
User ID
The User ID, also referred to as the User Object ID, is required when authenticating with App-Only Access in MS Graph Connection. If the connection is App-Only authenticated, the user must specify this User ID. To locate it, please see Find the user object ID.