Notion Import
Import Notion pages and databases directly into your document library. Learn the workflows, permissions, screenshots, and related setup guidance in the Orbiq…
Notion Import
The Notion import flow lets you browse your connected Notion workspace, select pages or databases, and bring content into the document creation flow. The dialog supports breadcrumbs, search, and export status feedback so you can stay oriented while importing.
Open the Import Dialog
- Go to Documents and select New Document.
- Choose Import from Notion to open the Notion import dialog.
Navigate and Search
- Breadcrumbs (
breadcrumbs) keep track of your current path and let you jump back to parent locations. - The search input uses a debounced value (
debouncedSearch) so results update without interrupting your typing.
Select and Export
- Click a page or database row to select it.
- Use the Import action to start the export.
- While the export runs, the UI enters the
isExportingstate and shows a loader/disabled actions until the import finishes.
How is this guide?