-
Notifications
You must be signed in to change notification settings - Fork 45
Excel Power Query Integration
This documentation is no longer being updated. For the most up to date information please visit our techdocs
Home > CHEFS Capabilities > Integrations > Excel Power Query Integration
Microsoft Excel is one of many ways to work with form submission data.
By getting data from the Web and creating a new Power Query you can work with the submission data.
You will need this information about your form:
- The formId. One way to retrieve this is to navigate to your form The URL in the browser window will contain
.../form?f={formId}
- Your form's API Key
- In the ribbon at the top of Excel in the Data menu, select:
Get Data > From Other Sources > From Web
-
Enter the following URL replacing the {formId}:
https://submit.digital.gov.bc.ca/app/api/v1/forms/{formId}/export?format=json
- Choose
Basic
for the authorization type, - For "User name" use your formId and "Password" set to your API Key
- In “Select which level to apply these settings to”, choose a URL with the formId included in it so that the password only applies to this form.
- Choose
-
Double-click the file to open it
-
Edit Settings
-
Choose Json and OK
-
You should now see submission Records
-
Convert to a Table
-
Now we need to Expand the submission Records. Click the Column Select button:
-
Select the columns you’d like to keep and OK
-
Scan the columns. Some nested data may need to be expanded further. Follow the same process to expand the data
-
Expanded data will be listed
-
Transform and/or Combine data (optional, e.g. parse dates, format text, filter form version, etc)
-
Close and Load the data
-
Edit the query if needed
-
Refresh data on demand, or review Connection Properties to set a refresh schedule