Notion · Arazzo Workflow
Notion Export a Database Record with Its Content
Version 1.0.0
Read a database schema, query its first record, then pull that record's page content blocks.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
database-record-export
Read a database schema, query its first record, and export that record's content blocks.
Retrieves a database's schema, queries it for the first record, and when a record exists, retrieves the child blocks of that record's page to export its content alongside its properties.
1
readSchema
retrieveDatabase
Retrieve the database to capture its property schema for the export.
2
queryFirstRecord
queryDatabase
Query the database for its first record, sorted by creation time, and capture that record's page ID.
3
exportContent
retrieveBlockChildren
Retrieve the child blocks of the record's page by passing the page ID as the block ID, capturing the record's content.