Hyperlink in task instructions

karthik73
Mega Guru

I am trying to add an hyperlink text, to task instructions/description (using string.link()) in Workflow, but the field renders as plain text wrapped with <a href> tags.


Wondering if this is even possible?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

The task description field is a string field. You're not going have any luck with hyperlinks there. You would need an HTML field to do that.


View solution in original post

3 REPLIES 3

dravvyramlochun
ServiceNow Employee
ServiceNow Employee

Hello Karthik,



Have a look at Add a Hyperlink to a Task Description , the answer there might help you.


Chuck Tomasi
Tera Patron

The task description field is a string field. You're not going have any luck with hyperlinks there. You would need an HTML field to do that.


Thanks Chuck for pointing at it.