- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:10 AM
Need help with hyperlink to display in additional comments but <a href> not working. This is in the flow desigining.
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2022 04:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 02:41 AM
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?