How to add hyperlink in additional comments field in the flow designer

Prachi Tikhe
Tera Contributor

Need help with hyperlink to display in additional comments but <a href> not working. This is in the flow desigining.

1 ACCEPTED SOLUTION

then add an attribute called target="_blank" to your href just like below example which will open your link in new tab

<a href="your link" target="_blank">click here</a>

please mark my answer correct if it helps you

View solution in original post

5 REPLIES 5

Mohith Devatte
Tera Sage
Tera Sage

Hello  @Prachi Tikhe  please write your <a href > tag code between these two attributes like below

[code] your href [/code] and try 

Ex: [code] < a href="www.google.com">Click here</a>[/code];

please mark my answer correct if it works for you

Yes that worked now it is showing link but when i clicked  it says refused to connect on the same window.

then add an attribute called target="_blank" to your href just like below example which will open your link in new tab

<a href="your link" target="_blank">click here</a>

please mark my answer correct if it helps you

Done. Thank you so much.