Hi,
I’ve got some issues using liquid with my objects’ attributes.
I was previously using {{company.owner}} when I was referring to the CRM owner of a company.
But I recently created new Objects to refer to these companies and can’t figure out how to create liquid for an attribute linked to my objects companies.
I’m using {{ objects.companiesc0].name }} to refer to the company itself but can’t find out how to refer to the owner as {{ objects.companiesb0].owner }} doesn’t work.
I also would like to use this in the following formula : {% if objects.companies | owner == 'Anaïs' %}
…
Could you please help me? :)