- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 12:25 AM
Hello,
we're having issue with OOTB Glide_list functionality on Workspace.
OOTB, Glide list allows the "add remove multiple", showing slashbucket and easily adding many records at once. On Workspace however, we dont see this option - there is a filtered list, and its adding only one at a time.
This is an issue for our users, as they are using Workspace as main platoform, and often need to add many records at a time.
Is there a way to easily add multiple records withing Glide_list field on Workspace?
Thanks in advance
Pavel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2026 12:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
This is a known limitation — GlideList fields lose the slushbucket UI in Workspace and there's no native bulk-add mechanism. But there's a workaround at the list level rather than the field level.
You can add a UI Action (classic) or Declarative Action that reads the selected rows, extracts the sys_ids via GlideAjax, and opens each record. It bypasses the field widget entirely and works consistently in both classic lists and Workspace.
I documented the approach here if it helps (in Spanish, Google Translate works fine): https://breaking-trail.vercel.app/articulos/ui-actions/abrir-registros-glidelist-desde-lista
