We create tasks containing multiple documents; each document has a number.
I have a string Field (docNums) in the Workflow that contains each document number separated by a delimiter. I have done this as the log / email template will only accept certain types.
I have edited the "stp_new.msg" template to include the docNums field.
No matter what I use as the delimiter, I only get plain text. (as in <BR>
shows in the email as text "<BR>
".
What can I use as a delimiter to provide a newline/carriage return? Or am I looking at this all wrong?
The template is <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
The field is being created by Java, and Java is also starting the workflow (via ICN). I have tried <BR>
but CF seems to change it to <br>
, which Outlook just treats as text.