I am trying to update a Notion Database Page with the n8n built-in Notion Node. Unfortunately, my property of Type ‘Relation’ of the Notion Database does not appear in the dropdown list (contrary to all other properties). I’ve made sure to share the related database with the integration/connection/credential as described here.
Looking through the forum, I found previous issue reports that highlight that relation properties were able to be selected (e.g. here), so I wonder if it is some sort of bug or deprecated feature?
Did you have a chance to investigate this already? Curious to know if it is a proper bug (& potentially can be fixed) or if it stays like this. Would then simply proceed with my current workaround).
I successfully integrated n8n with my database for relational data with other databases. To ensure n8n can access the necessary information, all databases need to be connected to n8n, allowing n8n to read the related data and entries
The problem is that the relation must be two-way. I had the same problem and once I changed one-way to two-way, the prop appeared in n8n. But sometimes it’s a bad case since you’d better not accumulate thousands of relation items linked to one. It might slow down the DB.