Ok, so I’m building the template of a dynamic page and I want it to have a dynamic menu as well.
The menu is supposed to have a bunch of dropdowns all mapped to Collection A. So:
Menu:
- Collection Item 1
- Collection Item 2
- Collection Item 3
…
and every time I add a new item to Collection A, a new dropdown is created. So far so good. But now, I also want to nest a bunch of links from Collection B inside the dropdown. I figured it’d be great to create a 2nd collection list inside my first collection but… wait a minute, I cannot link that list to any collections that aren’t referenced inside my Collection A? Why?
So, ok, let’s create a multi-reference field inside my Collection A that links to Collection B. But now, all my items in collection A are empty… I need to manually search and select new items from collection B every time they’re created. That’s completely unsustainable or scalable. So I figured there must be another way.
Been searching for hours and no luck in a simple solution tho. What gives?