How to auto refresh data visualization components like ( Pie, Donut, Score, Bar, Pivot etc..).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2023 02:39 AM
How to auto refresh the CWS home page data for every 2 min to see the updated/Latest records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2023 02:14 PM
Hi @Revathi15 ,
I'm unsure if a ServiceNow solution exist, but otherwise a webpage auto refresher could also do the trick:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2023 10:17 PM
Web page auto refresh will not be user friendly so i am looking for any workaround where we can refresh ui builder widget data for every 2 min automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2023 11:39 PM
Hi @Revathi15
Have you tried this one?
Also check this API api.setState('refresh_list', {timestamp: Date.now()});
#KB112064 - [UI Builder] How to refresh a list on a page after new data has been submitted.
Let me know if it works for you.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2023 01:42 AM
Hi @Tai Vu,
I have tried refresh after being away for x minutes it is not working as expected when user working on two different browsers and dashboard is inactive.
