Create Hyperlinks in Fusion
Does anyone know how to create hyperlinked text in Fusion?
My goal is to send an email with a link to a newly created Task. It would be something like
Task: New Task Name (New Task Name would be a string from a form that becomes the task name)
... where the hyperlink is something like:
https://instance.my.workfront.com/task/[FUSION TASK ID VARIABLE]/overview
I can create the text of the link. I have that down. But how do I make use it to encode a hyperlink?
Worst case, how can I make the link itself clickable, if I can't encode the Task Name?
(ex. https://instance.my.workfront.com/task/[FUSION TASK ID VARIABLE]/overview)