Skip to main content

Fields and properties

Deutsche Fassung

Notion Source provides two kinds of fields: the properties (columns) of your databases and a few meta fields of the Notion page itself. In the builder they are grouped by topic and labelled with their type, for example "Status (select)".

Supported properties

TextTitle, text (rich text)
SelectionSelect, multi-select (tags), status
DateDate, created time, last edited time
NumberNumber, checkbox
MediaFiles (returns the URL of the first file)
ContactURL, email, phone
PersonPerson(s), created by, last edited by
RelationRelation, rollup
ComputedFormula, unique ID

Multi-value fields (multi-select, person, relation) are output as a comma-separated list, a checkbox as true/false.

Meta fields of the page

In addition to the properties there is the group Notion Meta:

Page IDthe Notion-internal ID of the entry
Page URLthe link to the Notion page (useful as a "read more")
Created / last editedthe timestamps of the page
Cover image URLthe cover image of the Notion page
Iconthe icon (emoji or image URL)

Date format

Every date field has the argument date format — a PHP date() pattern. Examples: d.m.Y gives "24.07.2026", d.m.Y H:i gives "24.07.2026 09:30". If a value cannot be read as a date, it is output unchanged.

Important: fields belong to the selected database

The builder shows the fields of all shared databases together. If you assign a field to an element that does not exist in the currently selected database, the value stays empty. So take care to use only fields that match the database chosen in the source element.

Properties of the same name in different databases (for example a "Title" field everywhere) share one entry in the field list — that is intended and returns the right value for every entry.

Applies to version 1.2.3.