Hello all, I’m working through the parent-child relationships of a self-linked table. I need to build a hierarchy or path which traverses a multi-level hierarchy using a “child” relationship. Some other solutions in these forums are focused on a “parent” relationship column, such as the excellent solution by @Justin_Barrett here:
https://community.airtable.com/t/parent-child-tree-hierarchy/44094
Using the above solution as an example, I would like to build the following hierarchy:
I’m open to other feedback on how construct this, even if it isn’t a scripting solution. I’ve just used the above example as a starting point.
I’m also aware of the parent vs child tradeoffs of self-linking tables. I’ve gone through multiple iterations of this project already, trying both approaches.
Thanks for the help!