Nested Collections - How to pull this field out?

Hey guys!

How would you pull this CMS description as a unique value for each CMS Page & Item? Is it possible?

Example use case:


(each city could have a list of attractions underneath).

The structure in this example would be:

Collection “List” (Best cities to visit)
---- Collection “City” (Paris)
------- Collection List “Attractions” (Eiffel Tower, Musée d’Orsay, Le Marais)

and each of the cities has its own “introduction”. I tried to use Nested Collections but got stuck on where to place this introduction to be dynamic on each page and post.

Thanks!

Hey @alanpodemski!

Have you seen this guide on Multi-level nesting?