Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Nasreen2
Tera Expert

Hi Prachi,

 

Since you marked this solution as Accepted, Could you elaborate and show the exact syntax you used to add a hyperlink in between some text in additional comments section of flow designer?