Auto refresh related list declarative actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 04:28 AM
Hi
I've a declarative related list action in workspace then after adding the record If i refresh then the added records are reflecting.
I want after selecting the records once I click on add it should be auto refreshed and it should show the items.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2025 12:06 AM
I doubt this is feasible.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2025 08:59 PM - edited ‎09-02-2025 09:00 PM
Hi @Vedavalli,
Some additional information would help, like if you are using OOB action or a custom action. But If I'm assuming it correctly, when you click on a declarative action, you want to refresh the related list. For this, we can use GlideList API function g_list.refresh(), which would do the same action as clicking on the refresh button.
Best,
Raj
