redirect record list in ui builder to custom page

ReyesC
Tera Contributor

Hello community, recently i have been working in UI builder and i created a custom page that receive the sysID of a record and displays different values.

 

ReyesC_0-1776194223058.png

 

taking this in mind i have another page with a record list which show all the records in my table.
How can I make it so that when I click on a record, it redirects me to the page I just created?

ReyesC_1-1776194518741.png

 

1 ACCEPTED SOLUTION

ReyesC
Tera Contributor

Hi guys i finally resolve the problem, click on the data resource created by the record list

ReyesC_0-1776240987849.png


Then go to events>Reference link selected, finally add a link to your other page and using the data binding search the sysid

ReyesC_1-1776241124083.png


Hope this helps anyone in the future !!

View solution in original post

4 REPLIES 4

An Le
Giga Sage

Hi @ReyesC ,

You need to configure events, data resources and client scripts.

Kind regards,

Tanushree Maiti
Kilo Patron

Hi @ReyesC 

 

Refer these links, if helps.

UI builder redirect from current next experience page to a different next experience page 

How to redirect from List page in workspace to Classic view record 

Declarative Actions in ServiceNow: The COMPLETE Guide

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

yashkamde
Mega Sage

Hello @ReyesC ,

 

are you trying to redirect it from button ?

 

If yes, then navigate the list page first and copy the URL Path like : "now/demo/list/params/list-id/d6a1a0a4c340xxx0bbxx12xxxx013xxe

Screenshot 2026-04-15 112233.png

 

Then on the record page from where to redirect the list page add an Event and there pass the URL path in external url :

Screenshot 2026-04-15 112821.png

Screenshot 2026-04-15 112150.png

 

If my response helped mark as helpful and accept the solution.

ReyesC
Tera Contributor

Hi guys i finally resolve the problem, click on the data resource created by the record list

ReyesC_0-1776240987849.png


Then go to events>Reference link selected, finally add a link to your other page and using the data binding search the sysid

ReyesC_1-1776241124083.png


Hope this helps anyone in the future !!