I have a contact column called [Program Manager].
First, I noticed that if I map this column to a form field in a fillable PDF, it shows the email address, not the name. So, I created a helper column called [Program Manager (Name)] that extracts the name and use it in my PDF. Not the PDF shows the Program Manager's name in one field and the email address in the other.
Second, I noticed that if I use this {{Program Manager}} in the message of an automated notification, it shows the name, not the email address. So, by including [Program Manager (Name)] and [Program Manager], I get the Program Manager's name twice.
I have tried different ways to extract the email address in a new helper column [Program Manager (Email)], but I can't get it to work.
What should I do within the text of an automated notification to get the email address to show, to accompany the Program Manager's name?