Fields and properties
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
| Text | Title, text (rich text) |
| Selection | Select, multi-select (tags), status |
| Date | Date, created time, last edited time |
| Number | Number, checkbox |
| Media | Files (returns the URL of the first file) |
| Contact | URL, email, phone |
| Person | Person(s), created by, last edited by |
| Relation | Relation, rollup |
| Computed | Formula, 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 ID | the Notion-internal ID of the entry |
| Page URL | the link to the Notion page (useful as a "read more") |
| Created / last edited | the timestamps of the page |
| Cover image URL | the cover image of the Notion page |
| Icon | the 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.2.