want to implement list collector in servicenow workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 11:45 PM
want to add multiple users to the group at single click after selecting from list. How can it achieve in customized workspace.
16 REPLIES 16
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 09:37 PM
allow users to select multiple users then add a button to trigger the action. capture selected users and call a script include or flow. use GlideRecord to add selected users to the group (sys_user_grmember) then update the list dynamically.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 08:21 PM
Could you please provide the steps how it can be implemented?