Notion · Arazzo Workflow
Notion Edit and Optionally Delete a Page Block
Version 1.0.0
List a page's blocks, update the first block's text, then optionally archive it based on a flag.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
block-edit-cleanup
Update the first block of a page and optionally archive it.
Retrieves a page's child blocks, updates the first block's paragraph text, and conditionally archives that block when the deleteAfter flag is true.
1
listBlocks
retrieveBlockChildren
Retrieve the page's child blocks and capture the ID of the first block to operate on.
2
updateBlock
updateBlock
Update the first block's paragraph rich text with the new content.
3
deleteBlock
deleteBlock
Archive (delete) the updated block when cleanup was requested.