Notion · Arazzo Workflow
Notion Audit a Single Page Property
Version 1.0.0
Retrieve a page, then fetch one named property item from it in full (including paginated values).
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
page-property-audit
Retrieve a page and fetch the full value of one named property.
Retrieves a page, extracts the property ID for the named property from the page's properties map, and retrieves that property item in full to support paginated property types.
1
retrievePage
retrievePage
Retrieve the page and capture the ID of the named property from the returned properties map.
2
retrieveProperty
retrievePageProperty
Retrieve the named property item in full, paginating up to 100 items per request for paginated property types.