mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(Notion Node): Add details about enabling two way relations
This commit is contained in:
parent
65d7f0e2c3
commit
3ad7ac2ae8
|
@ -393,7 +393,7 @@ export const databasePageFields: INodeProperties[] = [
|
|||
},
|
||||
default: [],
|
||||
description:
|
||||
'List of database page IDs that belong to another database. Multiples can be defined separated by comma.',
|
||||
'List of database page IDs that belong to another database. Multiples can be defined separated by comma. Make sure to enable <a href="https://www.notion.com/help/relations-and-rollups#two-way-relations">two-way relations</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Checked',
|
||||
|
|
Loading…
Reference in a new issue