How to fix 'Required settings incomplete' export errors
This export error is frustrating because it often appears after the page looked complete. The fix is to make sure the visible Required settings page and the export validator are using the same canonical SharePoint references.
Why the page can look complete while export still fails
If the page is using one representation of the SharePoint references and the exporter validates against another, the user can fill a URL correctly and still see a missing-item error during export.
That mismatch usually comes from stale analysis data, inconsistent reference matching, or a workflow action that surfaced the wrong visible list name.
Export failed. Required settings incomplete: provide SharePoint site URLs for all referenced lists/libraries.
What to fix first
Re-analyze the workflow after any parser or reference-matching fix so the visible rows refresh. Then confirm that the same canonical list name appears both in the Required settings rows and in the export-time missing message, if one still appears.
If the row order stays stable and the missing item still refuses to clear, compare the visible label to the canonical list name rather than assuming the URL itself is wrong.
- Re-analyze after fixes that affect references
- Use site roots, not list view URLs
- Confirm the visible row and the missing-message row refer to the same canonical list
When this is an app bug instead of user input
If the exact same URL is accepted for one visible row but not recognized at export time, that points to a matching or state-sync issue in the app. In that case, the right fix is in canonical reference handling, not in more user instructions.
The best user experience is for Required settings and export preflight to agree completely on what still needs attention.

