<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How to add multiple records on Glide_list in Workspace in SPM forum</title>
    <link>https://www.servicenow.com/community/spm-forum/how-to-add-multiple-records-on-glide-list-in-workspace/m-p/3470434#M50041</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we're having issue with OOTB Glide_list functionality on Workspace.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Is there a way to easily add multiple records withing Glide_list field on Workspace?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PavelP_0-1768897436371.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/496610iD6CF51FB3FFC23C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PavelP_0-1768897436371.png" alt="PavelP_0-1768897436371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jan 2026 08:25:44 GMT</pubDate>
    <dc:creator>PavelP</dc:creator>
    <dc:date>2026-01-20T08:25:44Z</dc:date>
    <item>
      <title>How to add multiple records on Glide_list in Workspace</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-add-multiple-records-on-glide-list-in-workspace/m-p/3470434#M50041</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we're having issue with OOTB Glide_list functionality on Workspace.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Is there a way to easily add multiple records withing Glide_list field on Workspace?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PavelP_0-1768897436371.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/496610iD6CF51FB3FFC23C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PavelP_0-1768897436371.png" alt="PavelP_0-1768897436371.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 08:25:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-add-multiple-records-on-glide-list-in-workspace/m-p/3470434#M50041</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2026-01-20T08:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add multiple records on Glide_list in Workspace</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-add-multiple-records-on-glide-list-in-workspace/m-p/3470442#M50042</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/81712"&gt;@PavelP&lt;/a&gt;&amp;nbsp;I don't think there is ant workaround for this. Its working as expected and OOB.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 08:31:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-add-multiple-records-on-glide-list-in-workspace/m-p/3470442#M50042</guid>
      <dc:creator>Raghav Sharma24</dc:creator>
      <dc:date>2026-01-20T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add multiple records on Glide_list in Workspace</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-add-multiple-records-on-glide-list-in-workspace/m-p/3512911#M50734</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I documented the approach here if it helps (in Spanish, Google Translate works fine): &lt;A href="https://breaking-trail.vercel.app/articulos/ui-actions/abrir-registros-glidelist-desde-lista" rel="noopener noreferrer" target="_blank"&gt;https://breaking-trail.vercel.app/articulos/ui-actions/abrir-registros-glidelist-desde-lista&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 15:12:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-add-multiple-records-on-glide-list-in-workspace/m-p/3512911#M50734</guid>
      <dc:creator>Henalu</dc:creator>
      <dc:date>2026-03-23T15:12:28Z</dc:date>
    </item>
  </channel>
</rss>

