UI Builder: How can I reload a page via button?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2021 03:16 AM
I want to reload a page in UI Builder by clicking a button. How can I do this? By using a client script? By using a script include?
- Labels:
-
Now Experience UI Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2021 12:15 PM
I have the same need. Anyone have a solution?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 09:19 AM
Were you able to find a solution? Can you please share if you did
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 06:38 AM
No. Still looking for a solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 06:08 PM
can you share a screenshot of what you are trying to refresh?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2022 02:11 PM
In a client script, there's a 'helpers' object you can look into. The helpers API has a navigate to that lets you change the route. Maybe navigating to the same route again will refresh the current page.
https://docs.servicenow.com/en-US/bundle/sandiego-application-development/page/app-store/dev_portal/API_reference/helpers/concept/helpersAPI.html#helpers-nav-to_S_O_O_B_B_S