I have a list of elements in a single table I want to be able to demonstrate many-to-many relationships between them. I created a linked record to select elements, but it doesn't update in the record for the selected elements. How do I get it to appear in both places?
In the screenshot below, when I link "Element A" to "Element B" and "Element C", I want "Element A" to populate in "Element B" and "Element C" records too.
But "Element C" also needs to link to "Element A" and "Element D" and "Element D" needs to link to "Element E".
How do I set up this kind of relationship within a single table?