Contacts in my CRM have multiple links to the user table. In addition to the default "owner", we have a serviceperson, for example. I would like to be able to send emails from this serviceperson and have attempted many tests using the format outlined in this blogpost: http://help.clickdimensions.com/send-an-email-2/
First, I would like to point out that the above blog posts looks different in IE vs Chrome. Chrome shows two sets of quotation marks at the end, but IE shows one. I've tried both and neither seemed to work.
The email appears to send and the email send is deactivated, but emails are not sending when I use this logic. Here is my most recent attempt for the from and email fields. Any advice is much appreciated. Thanks.
${Recipient.contact.str_serviceperson_contact.systemuser.fullname[0]!””}
${Recipient.contact.str_serviceperson_contact.systemuser.internalemailaddress[0]!””}