Please help with Flow Designer Inline Script Issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 11:27 AM
Hello,
I created a custom table with one URL field type. The below inline script generate a URL and inserted it into the custom table. However, the URL that is showing in the custom table looks like this. Thank you
Example:
I would like to display it as the text "
1. Here is the Flow Designer Inline Script:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 12:53 PM
You can just return the URL in the script
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 01:58 PM
Thank you @SanjivMeher
I have tried your suggested code.
I would like the URL embedded into clickable text, for example, "Click her to view", without displaying the entire URL link.
The original code displays the entire link with the text "code" and the second record displays the entire URL without the text code link

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 02:04 PM
Can you try?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 02:34 PM