0 Accessing Child Content Channel Items from Parent Channel Item using Lava 2 Long Pham posted 6 Years Ago I'm trying to get the child content channels within the for loop of parent channels. I'm referencing item.ChildItems doesn't work.If I do this - {% for item in Items %} {% assign childItem = item.ChildItems | First | Property:'ContentChannelItem' %} {% chiIdtem.Id %}{% endfor %}The childItem.Id is the ID of the parent channel object, not of any children.I also tried using item.ChildContentChannelItems but that doesn't work either. Are there any documentation about this ? Thanks for viewing !