Hi , I have a 1 to N relationship between contact and entitiy called registration , inside registration I have a lookup into course entity , inside entity I have "name" field. I want to display courses names in personalization , this code will display course id (GUID):
{{#each contact.mktcrm_registration_contact_mktcrm_student}}
{{this.mktcrm_course}}
{{/each}}
how can we display name of course?