Pull reference variable value into email notification

nicolemccray
Tera Expert

I'm trying to pull in the display value of my reference variable 'vend_name', but will not work.   The 'Requested For First Name' is pulling in as expected:

Hello ${request.requested_for.first_name},

Your request for a New Mexico Non-Taxable Transaction Certificate (NTTC) for ${current.variables.vend_name.getDisplayValue()} has been completed. Please find attached the certificate for your use.

1 ACCEPTED SOLUTION

Nicole, you don't need to use a mail script and that is causing the extra line.   Use the following instead:


Hello ${request.requested_for.first_name},


Your request for a New Mexico Non-Taxable Transaction Certificate (NTTC) for ${request_item.variables.vend_name} has been completed. Please find attached the certificate for your use.


Thank you,


View solution in original post

22 REPLIES 22

Perfect!   Thank you.


Any idea why the Vendor field from my form is in a different font in the notification email?:



find_real_file.png



I did not script any font change in my message HTML:



find_real_file.png


That is strange!   I would suggest looking at the raw HTML on your notification and making sure there aren't any font changes.   Click this button:


find_real_file.png