Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

ui builder reloading a page or a redirecting a page after clicking on button.

Rahul Tiwari1
Tera Contributor

My requirment is I want to reload a page or I can redirect a page in UI builder.

@Brad Tilton 

8 REPLIES 8

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Rahul,

You can use the navigation event to navigate to a different page.

Rather than reloading an entire page, if you want to refresh the data on the page you should refresh the data resources.

Thanks @Brad Tilton  for reply 

 i am new in UI builder can you guide me  on that part.

my requirment is to reload whole browser so that on submit button proties can execute

Hi @Rahul Tiwari1  use this code in UI Action to refresh browser action.setRedirectURL(current);

 

Please mark my reply as Helpful and/or Accept Solution, if applicable.

Thanks,

Siddharam