Hi,
I have an ItemList in my Website Settings item called "SocialaMedier".
I am trying to loop through that itemlist in a module template. I'm trying with something like:
@foreach (var sm in GetLoop("Item.Area.SocialaMedier")) { @sm.GetValue("Item.Area.SocialaMedier.Namn.Value") }
The system name of the Itemlist is "SocialaMedier".
The itemlist contains Items where one of the fields has "Namn" as system name.
I don't get any errors but I don't get any data either?
Any ideas?
Regards / Aki