- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 02:46 AM
I want to change the URL of the articles ion the search result from AI search. I use an internal table with text and a field with an URL. When you click on the article provided by AI search it should open the URL which is stored in the record and not the record itself.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 06:49 AM
I could fix it. I used the approach to index external content. I create a custom table and the data is pushed from the real table (How to bring External Content into AI Search - ServiceNow Community) Then it is allowed to use map_to with URL which is not allowed for internal tables

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 06:18 AM
I doubt this to be possible with OOB AI search or any other OOB search options.
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 06:49 AM
I could fix it. I used the approach to index external content. I create a custom table and the data is pushed from the real table (How to bring External Content into AI Search - ServiceNow Community) Then it is allowed to use map_to with URL which is not allowed for internal tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 06:57 AM
Glad you made it worked. Just keep in mind about additional costs involved in custom tables.