SOLVED (by myself ๐ )I know it's possible!
Trying to recreate the Webstudio Docs page just for fun.
Created a base in baserow with Categories, Pages & Subpages.
https://baserow.io/public/grid/5pM1Fpdheg1Tyzkoe_4bTtt5r89T9T_9r-813OVAWMgI've got the first nesting working, to show all relevant pages beneath each category.
The challenge is to get the second nesting working, showing all subpages (if they exist) beneath each page.
What I thought so far:
subpage_["field_2910090"][0].id
= 9
category["field_2909743"][0].id
=9
Using ternary operator:
${subpage_["field_2910090"][0].id=category["field_2909743"][0].id ? subpage["field_2910088"]} : ''
Projectlink:
https://p-01658867-c63a-4dc9-b4d2-9813137fc27f.apps.webstudio.is/?authToken=fa4ffb3a-690b-4bd6-b590-fa1b27d3d016&mode=preview