I am working with one of the dynamics portals, and I'm customizing a web template. I'm using some liquid expressions to show certain content based on the users' web role. I am able to display certain charts based on a specific web role, but for a different web role I'd like to show an entity list/entity view. I initially tried using this liquid expression:
{% entitylist name: 'myList' %}
Loaded entity list {{ entitylist.adx_name }}.
{%endentitylist%}
This appears to load the entity list, but does not render it. I'd like to use liquid to render it the way it would be rendered if I used the configuration to append the entity list to the page. The reason I'm not just doing it like this is, as I said before, I need it to show only if the user has a specific web role.
Thanks in advance for any help.
*This post is locked for comments