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
CollaborationDatabaseIdeasNotesProductivityProjectT1TaskWikiWorkspaceArazzoWorkflows
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
Query the database with the supplied filter, limiting to a single result so the workflow operates on the first match.
2
retrievePage
Retrieve the first matched page to confirm it exists and capture its current state before updating.
3
updatePage
Patch the matched page with the supplied property values. Only the properties provided are changed; all others are left intact.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.