Notion · Arazzo Workflow
Notion Sync a Row into a Database Data Source
Version 1.0.0
Discover a database by title, read its schema, then add a new page row whose properties conform to it.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
data-source-sync
Find a database by title, read its schema, and insert a conforming row.
Searches for a database by title, and when found, retrieves its schema and creates a page inside it with the supplied properties, syncing a new row into the database data source.
1
findDatabase
search
Search for the target database by title, filtering results to the database object type and returning a single match.
2
readSchema
retrieveDatabase
Retrieve the matched database to read its property schema before inserting a conforming row.
3
insertRow
createPage
Create a page (row) inside the database with the supplied property values, which must conform to the database schema.