Hello,
I try to get the value and label of a custom column choice field in the contact table. However, when I view the output in the PowerPages designer, it is able to retrieve the correct value and label, but when I view it on the webpage it gives the error: Liquid error: Value cannot be null. Parameter name: key for
{% assign contact = entities['contact'][request.params.contactid] %}
label {{ contact.cref8_type.label}}
value {{ contact.cref8_type.value}}
and the label and value return nothing.
Why does it work in the designer but not on the webpage?