Hi All,
I'm trying to show the contact full name using liquid.
However I'm getting an error message - "Liquid error: Value cannot be null. Parameter name: key"
Any help would be grateful.
{% assign entity_logical_name = 'contact' %}
{% assign contact = entities[entity_logical_name][request.params.contactid] %}
{% if contact %}
{{ contact.fullname }}
{% endif %}
*This post is locked for comments
I have the same question (0)