I can’t achieve to share my workflow, do I have to paste the json ?
Also I saw plenty of users achieving to put relation ids database with n8n to notion like this one :
Or is it because it a table view database with relation to database ?
There is no way I can achieve to put a database property like I want to ? If no, when are you gonna launch this future ? Because it’s kind of urgent for me, thanks in advance.
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
It’s possible to create a two-way relation between databases:
Let’s say you want to connect database B to database A, in order to select database B as a relation under properties, you have to
connect both databases A and B to n8n
Enable Two-way relation
So it does work as long as you’ve done the above two things, but two-way relations aren’t always good for performance as they can slow down the database so there is a feature request to be able to make a one-way connection instead: [NODE-1494]
Hey man, i stumbled on the same problem. The issue is on the phrasing they choose to describe which id is needed.
On the Relation IDs properties it says
But what it really being needed on that field is the ID of the Row inside that other database (The relation database) you want this item to relate to. If it sounds confusing just read slowly again.
This ID can be found opening that row on a full page and collecting from the UUID showed on the end of URL, I recorded a 1min video going trough more below.
Hope it helps man, and @aya could you guys consider to fix this? I checked a bunch of other similar post before and all of them tried to get the wrong ID because of the deceiving text. Much appreciated
Hi @aya is there an expected date for when one-way relations will be supported (NODE-1494)? I’ve been tracking this since earlier this year (April) and the lack of support has been limiting.