- Documentation
- Help
Exporting your data
Take a full snapshot of your ISMS data for auditor review, migration, or before cancelling a subscription.
Audience: ISMS Admin preparing to cancel a Certaria subscription, or any admin needing a full snapshot of ISMS data for auditor review or migration.
Where: the Certaria app for the records, and your SharePoint site for the documents themselves. Mechanism: Native Dataverse Advanced Find + Export to Excel. No custom Certaria infrastructure.
Why this exists
Section titled “Why this exists”If you cancel your Certaria subscription, you retain full access to your ISMS data for auditor review or import into a replacement tool. The export uses Microsoft’s native Dataverse export capabilities. Nothing Certaria-specific has to keep running for you to read your data after the subscription ends.
The same procedure also works as a periodic backup snapshot, for example before a major change or as part of a tabletop continuity exercise.
What gets exported
Section titled “What gets exported”Every Certaria ISMS table is exportable. Run the procedure once per table. The full table list (in recommended export order, PII first then evidence registers):
- Person Identity (PII, the master person record with full name, email, phone, job title)
- People (reference table)
- Person Emails
- User Accounts
- ISO Controls (your Statement of Applicability)
- Risks
- Assets
- Incidents
- Audit Findings
- Corrective Actions
- Management Reviews (filter the Documents view by Category = Report and Clause = 9)
- Documents (Document Register)
- Policy Templates (reference data shipped with Certaria; usually not needed for offboarding)
- Policy Acknowledgements
- Policy Exceptions
- Training Records
- Suppliers
- Interested Parties
- ISMS Tasks
- Access Reviews
- Security Checks
- Secrets Register
- Changelog
- Shared Mailboxes
- Certifications and Insurance
- Engagements
- Scan Snapshots (M365 evidence history)
- Departments
- Configuration (singleton, one row)
- Tier Configuration (singleton, one row)
- Compliance Templates (reference data; usually not needed)
- Health Checks
- CE Overlap Mapping (reference data)
Procedure
Section titled “Procedure”Per-table export
Section titled “Per-table export”- Open the ISMS Management Hub model-driven app.
- Navigate to the table you want to export, for example Risks.
- Pick the All Active view from the view selector (top-left of the grid). This gives you the unfiltered active record set. For a full export including deactivated records, switch to All
if available.
- Click Export to Excel in the command bar -> choose Static worksheet (not dynamic) -> click Download.
- Open the downloaded
.xlsxfile in Excel.- Save under a consistent name:
<YYYY-MM-DD>-Certaria-<TableName>.xlsx, for example2026-05-25-Certaria-Risks.xlsx.- Repeat for every table in the list above.
Column headers in the exported files use display names, not logical schema names, so the files are immediately auditor-readable.
Using Advanced Find for filtered exports
Section titled “Using Advanced Find for filtered exports”If you need a subset, for example only incidents from a specific year, use Advanced Find:
- Click the Advanced Find icon (the funnel) top-right of any view.
- Choose the target table from Look for.
- Add filter clauses as needed (date ranges, status, owner).
- Click Results to preview.
- Click Export
-> Static worksheet -> Download.
Recommended folder structure
Section titled “Recommended folder structure”Save all exported files into a single timestamped folder so the snapshot is self-contained:
2026-05-25-Certaria-Offboarding-Export/01-PersonIdentity.xlsx02-People.xlsx03-PersonEmails.xlsx04-UserAccounts.xlsx05-ISOControls.xlsx06-Risks.xlsx...33-CEOverlapMapping.xlsxREADME.txt <- write the date, scope and any notes hereWhat this export does NOT contain
Section titled “What this export does NOT contain”The export is the structured data held in Dataverse. Three other categories of evidence live elsewhere; back them up separately:
- Policy documents and evidence files in SharePoint: the
Policies/Evidence/ComplianceTemplateslibraries in yourCertariaSharePoint site. Use SharePoint’s own download or OneDrive sync to export these. The DataverseDocumentstable holds the metadata and a URL pointing to each SharePoint file, but not the file bytes. - Audit trail / change history, Dataverse maintains a built-in audit log for every row. To export the audit log itself, use the Power Platform admin centre’s audit history export. The Excel exports above show current state, not change history.
- Power Platform flow run history, if you need the historical runs of the Recurring Task Generator, Incident Notification, etc, export from the Power Automate portal under each flow’s Run history tab.
After offboarding
Section titled “After offboarding”Once you have the full snapshot:
- The Excel files are yours to keep indefinitely and to import into any ISMS replacement tool.
- The SharePoint documents are yours to keep indefinitely (the SharePoint site is in your M365 tenant, not Certaria’s).
- Cancellation of the Certaria subscription removes the
Certariamanaged solution from your Power Platform environment. Theoda_*tables and their data are deleted as part of that uninstall. Your exported Excel files are unaffected. - If you later import the Excel files into a different ISMS tool, the Person Identity export is the authoritative starting point for re-identifying every other record (every other table joins on the same person reference).
Audit defensibility
Section titled “Audit defensibility”This procedure is itself an ISO 27001 Clause 8.3 (information transfer) and Clause 7.5 (documented information) evidence event. Recommended practice when used for offboarding:
- Record the export as an
ISMS Task(Tasktype = Other; title = “Certaria offboarding data export”) with the date and snapshot folder location. - Compute and record the SHA-256 hash of each exported
.xlsxfile in a manifest file (MANIFEST.txtin the snapshot folder), which gives you tamper-evidence if the snapshot is ever produced in evidence later. - Store the snapshot in a controlled location: the same SharePoint site, an Azure Storage account with retention lock, or an offline encrypted archive, per your organisation’s retention policy.
Troubleshooting
Section titled “Troubleshooting”Symptom Cause Fix ”Export to Excel” button greyed out Your Dataverse role lacks Read on the table Ask your ISMS Admin or System Customizer to grant Read Excel file has logical names ( oda_riskname) instead of display namesYou chose Worksheet (dynamic) instead of Static worksheet Re-export, picking Static Some rows missing The view used was filtered Switch to the All Active view, or use Advanced Find with no clauses Lookup columns show GUIDs not names This is the Dataverse default for static exports Open in Excel; the lookup columns include both the GUID and the formatted (name) value in adjacent columns. Use the formatted name. Related
Section titled “Related”- Subject access requests are a separate, person-scoped export rather than this bulk one. Ask your Certaria contact for the current procedure.