Hi,
we are using the entity incident (Service Tickets), it is enabled within the dataset configuration and selectable via segments and dynamics content.
,Yet I am struggling to display all tickets from the relevant contact.

E.g.
{{#each contact.incident_contact_primarycontactid}}{{this.ticketnumber}}
{{/each}}
Since I am only able to select relations that point to the second entity (incident | Service Ticket) ultimately leading to the related contact e.g.

I am not sure how to display related tickets from the contact. Shouldn´t there be a selection for Contact => Service Ticket (Contact) in order to select fields such as ticketnumber?
Best regards