How to use <a href=" https://URL.com ">Link to Doc</a> in Task Description FX ? Do I need to use an escape character for the “ “ in the HTML element?
Example FX
"<b> General Request Task for Ticket Reference:</b> "
+ $new.parentEvent.formattedReference
+ " - Please refer to this Parent Record for additional information and special fields <br> <b> When finished use the Action: Resolved to progress the workflow</b> <br> Follow the the below document <br> <br> <a href=" https://URL.com ">Link to Doc</a> <br> <b>Task Description:</b> <br>"
+ $new.parentEvent.richRemarks.content
This is throwing an error, but works if I remove <a href=" https://URL.com ">Link to Doc</a>
Any Idea’s?