We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

In flow designer hyperlink underline is not working

chandan31
Tera Contributor

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 

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron

@chandan31 Can you update the code as follows.

 

var displayText = '<p><b><a href="default.asp" target="_blank">link</a></b></p>';

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron

@chandan31 Can you update the code as follows.

 

var displayText = '<p><b><a href="default.asp" target="_blank">link</a></b></p>';