Notion · Arazzo Workflow
Notion Query a Database and Update a Matched Page
Version 1.0.0
Query a database with a filter, retrieve the first matching page, then update its properties.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
query-update-page-properties
Find a page in a database via filter and update its properties.
Queries a database with a filter, and when at least one page matches, retrieves the first matched page and patches its properties with the supplied values.
1
findPages
queryDatabase
Query the database with the supplied filter, limiting to a single result so the workflow operates on the first match.
2
retrievePage
retrievePage
Retrieve the first matched page to confirm it exists and capture its current state before updating.
3
updatePage
updatePage
Patch the matched page with the supplied property values. Only the properties provided are changed; all others are left intact.