Symptoms
When creating an email event in a K2 workflow, if in the body of an email you are trying to create a hyperlink by using the following HTML tag:
andlta href="..."andgtandlt/aandgt
This will result in the email being sent not displaying the link correctly.
Diagnoses
Instead of using HTML to create the link, there is a K2 function to do this. In the context browser, locate the function called "Hyperlink(Display Name, URL)(String)" under "Text". By adding this function, you can input the hyperlink URL and the display name, it will then display correctly in the email being sent.
Resolution
It is necessary to use built-in K2 function "Hyperlink(Display Name, URL)(String)" for this.