Hi, Im trying to show the account information that is associated with a portal user.
I've got it showing through an the account entity form, but I want to be able to create the same as a liquid template.
Im following the adx studio liquid template examples, but I cant get it to show even the account name.
Can anyone help or send me in the right direction
{% assign entity_logical_name = 'account' %}
{% assign account = entities[entity_logical_name][request.params.accountid] %}
{% if account %}
{{ account.name }}
{% endif %}
Thanks
Martin
*This post is locked for comments