Hi Team, im trying to get attributes from object in an email but there is no relationship between the person and object, but there is one attribute which is not unique id available in person attributes which is equal to object id however since its not idenitifer i wasnt able to do relationship query but now im trying this approach.
{% if objects.sf_user | object_id == '0053z00000BEggWAAT' %}
{{sf_user.sf_user_first_name}}
{% else %}
{{sf_user.sf_user_first_name}}
{% endif %}