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 03:38 PM
Where are you adding it?
It works on work notes. But not on a text field.
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 04:17 PM
I created a custom table with one URL field type.
I have tried changed the field type to 'String' and also "html", but still it did not work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 11:31 AM - edited 03-26-2024 11:31 AM
Yes...it wont work for a string or URL field.
In URL field you can only post an URL. But if you need a label, you will need to use HTML. And then use following code to populate it. But I am not sure, if it is worth since html field consume more space of a record. I would use URL field, if the customer agrees to just display the url.
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-27-2024 09:58 PM
Hi @SanjivMeher
Thank you for continue to help!
I change the field type to "HTML" and it is still not displaying the label:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 11:02 AM
In the list view it will show HTML...But in form view does it show the link properly?
Please mark this response as correct or helpful if it assisted you with your question.