- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:46 AM
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:53 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:48 AM
Hello Karthik,
Have a look at Add a Hyperlink to a Task Description , the answer there might help you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:53 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 09:24 AM
Thanks Chuck for pointing at it.