Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:33 AM
Hi All,
In the flow designer , hyperlink underline is not working , it is showing error .
code:
var displayText = <p><b><a href="default.asp" target="_blank">link</a></b></p>;
Can you help me regarding this issue.
Thanks,
chandan
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:39 AM
@chandan31 Can you update the code as follows.
var displayText = '<p><b><a href="default.asp" target="_blank">link</a></b></p>';
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 05:39 AM
@chandan31 Can you update the code as follows.
var displayText = '<p><b><a href="default.asp" target="_blank">link</a></b></p>';