Hi, i have a project where i need several nested collections. Unfortunately, this is not supported with webflow.
There is a menus collection and a dishes collection.
In the menus collection is a multi reference field to the dishes collection.
I need the data from both collections when displaying them.
dishes collection
menus collection
I solved it as follows:
In the HTML DOM it is displayed as follows:
unfortunately the “div” element is empty
What is wrong with this solution? Any ideas?
Thanks in advance.