Hi all,
I'm trying to return a list of links from an entity list.
Im using the liquid code below, but cant return the url.
Any help would grateful.
Martin
{% entitylist key: page.adx_entitylist.id %} {% entityview logical_name: 'my_entity_name' name:'My Entity List', page_size:20 %} {% for item in entityview.records %} <a href="{{ item.id.url}}">{{ item.name}}</a> {% endfor %} {% endentityview %} {% endentitylist %}