UPDATE_DATABASE_PAGE_NOTION

Update a child page of an existing Notion Database.

icon of NotionNotion
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
UPDATE_DATABASE_PAGE_NOTION(page_idpropertyvalue
[propertyvalue]
)
page_id

The ID or URL of the page to update the database properties. For example, 458a3970-a74a-4372-9694-b2cc4f98c2cd.

property

The name of the property to be updated. For example, Name.

value

The value to be updated to the page. For example, Project X.

[optional] property

Custom field to set. For example: "FTEs".

Examples

UPDATE_DATABASE_PAGE_NOTION("24b88702-f0da-41b0-82c5-d909988f0af1", "Name", "Project X", "FTEs", "20") returns Updates a page with the ID 24b88702-f0da-41b0-82c5-d909988f0af1.