ADD_DATABASE_PAGE_NOTION

Add a child page to 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
ADD_DATABASE_PAGE_NOTION(database_idpropertyvalue
[propertyvalue]
)
database_id

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

property

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

value

The value to be added to the Database. For example, Project X.

[optional] property

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

Examples

ADD_DATABASE_PAGE_NOTION("2decca731dfd4724a84e6f9fb99c0e1a", "Name", "Project X", "FTEs", "20") returns Add a new page to the database with the ID 2decca731dfd4724a84e6f9fb99c0e1a.