What I am currently able to, in an E-Mail template:
<p>Please contact {{assignees.name}}, {{assignees.email}}.</p>
What I would like to be able to do is exactly this, but not for all assignees in a card, but only for a specific assingee field. Use case: I have an assignee-field “Project Leader” and an assignee-field “Project Implementor”, then I may want to have an E-Mail template referring to only the Project Leader, e.g.:
<p>Please contact {{phase000.field000.name}}, {{phase000.field000.email}}.</p>
where field000 is the “Project Leader” assignee-field.
Currently, this can be solved by manually creating as many automations as you have E-Mails to fill times the number of users that could be assigned there, with the additional drawback that when users (or their E-Mails) of the organization change, the automations also have to be changed manually.