Email Template - Fields not displaying

Hi all,

I’m having trouble with a very simple thing, as I am known to do.
I want my email template to have the naming series for my purchase orders in the subject line and the body of the email.

In the template I call the field in the prescribed manner {{naming_series}} and what I get out is the following:

I had a go at {{ naming_series }} in case spaces influenced anything but an error is thrown that complains about “&” characters appearing.

Does anyone know how I can get the naming series to properly display in an email that I send via the template.

Hi @Andy_Jones

Why are you calling the naming series

call the document name like below (eg. if your PO is PO-AU-2022)

{{ doc.name }}

or maybe just

{{ name }}

1 Like