The Excel integration allows you to capture submission data in an Excel Table hosted within SharePoint. This integration allows users to store structured submission data within an Online Excel table.
Important Note
This integration is part of the SharePoint add-on. If you do not have this integration enabled for your site, please contact your Account Manager.
Set Up the Integration
To use the Excel integration, you will need to first configure your Entra ID (previously Active Directory) application.
Note:
You must be an Administrator in your SharePoint site to set up the integration.
Open the Entra Website, navigate to App registrations, and click New Registration

Give the application a Name, set the supported account type to Single Tenant, and click Register

Navigate to the Certificate & secrets menu and click New Client Secret

Give the client secret a Description, Expires date, and click Add

Copy the value of the client secret and store it somewhere temporarily. You will need this for step 15.

Note:
The client secret value will not be available after this point.
Navigate to API Permissions and click Add a permission

For the permission, select Microsoft Graph

Choose Application permissions

Add Sites.Manage.All and Sites.Read.All and click Add permissions

Click Grant admin consent for the domain

Note:
You will need Entra admin permissions to be able to click this option.
Navigate to the App Overview menu and copy the client ID and tenant ID. You will need these for step 15.

Sign in to your Process Automation and Digital Services site
Navigate to Advanced Tools and select Integrations

Click Setup Integration on the Excel tile

Enter the Entra Tenant ID, Client ID, and Client Secret you copied from steps 5 and 11

Click Save

Set Up the Workflow Event
With the integration set up, you can now use the Excel workflow event. The 'Excel: Add Row to Table' workflow event will allow you to map form submission data into an Excel Table.
Navigate to Forms

Open the desired form

Select the Workflow tab

Add the Excel: Add Row to Table event to the form

Site: Select which SharePoint Site
Drive: Choose the relevant Drive
Excel File: Use the file picker to select your Excel file
Table: Choose the desired table within your Excel file
Mapping: After selecting your table, the platform will pull in all of the columns and allow you to map them.
Run Conditionally: This allows you to run the workflow event when specific conditions are met. Learn more about conditional logic.
Advanced
Retry on failure: Allow the platform to attempt to automatically retry to run the Excel workflow event there are issues on the first attempt.
Click Save
