I need to send an email using a workflow, either using a template or using the workflow step>>Send Email: Create New Message. The email must include a data field (Multiple Lines of Text) {!customEntity:Question;} which contains HTML tags. For instance:
Registration number <b>XSA-192034</b><br>
College <b>Private</b><br>
Principal player? <b>No</b>
What can I do to render the HTML tags within the Email template?
Template body looks like:
Hi {!User : Full Name;},
We received the info below from {!Contact:Full Name;}
{!customEntity:Question;}
At the moment is being shown as:
Hi John Clark,
We received the info below from Jason Smith
Registration number <b>XSA-192034</b><br>
College <b>Private</b><br>
Principal player? <b>No</b>