<?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 List Collector in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3375933#M4565</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've a List collector variable in the catalog item which is referenced to a custom table. The table has 81K + records and it is required to load all the data for end users. Since it is trying to load lot of data, though it is working from ServicePortal without any issue and users are able to select the data and submit the form. When Support engineer try to open that RITM or SCTASK, getting an error "Information couldn't be downloaded from the server and the transaction has been cancelled". Can someone assist here please?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2025 12:41:00 GMT</pubDate>
    <dc:creator>Navyashree</dc:creator>
    <dc:date>2025-09-10T12:41:00Z</dc:date>
    <item>
      <title>List Collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3375933#M4565</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've a List collector variable in the catalog item which is referenced to a custom table. The table has 81K + records and it is required to load all the data for end users. Since it is trying to load lot of data, though it is working from ServicePortal without any issue and users are able to select the data and submit the form. When Support engineer try to open that RITM or SCTASK, getting an error "Information couldn't be downloaded from the server and the transaction has been cancelled". Can someone assist here please?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 12:41:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3375933#M4565</guid>
      <dc:creator>Navyashree</dc:creator>
      <dc:date>2025-09-10T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: List Collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3375942#M4566</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/520196"&gt;@Navyashree&lt;/a&gt;&amp;nbsp;Yes — this is a common performance issue when using List Collector variables in ServiceNow backed by large datasets (like your custom table with 81,000+ records).&amp;nbsp;&lt;/P&gt;&lt;P&gt;when support engineers open the RITM or SCTASK in the backend UI, it tries to load all selected values causing with a error.&lt;/P&gt;&lt;P&gt;Recommendations:&lt;/P&gt;&lt;P&gt;You should not load all 81K records unless absolutely necessary. Even if Portal can handle it, the backend UI will struggle.&amp;nbsp;Use a Reference Qualifier to filter the list based on the some criteria's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 12:47:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3375942#M4566</guid>
      <dc:creator>Nilesh Pol</dc:creator>
      <dc:date>2025-09-10T12:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: List Collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3375955#M4567</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/520196"&gt;@Navyashree&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For native the instance tries to fetch the data in 1 go and hence that issue is coming.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Things to try&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1) Apply filter to reduce the records&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0814702" target="_blank" rel="noopener"&gt;Transaction error "Information couldn't be downloaded from the server because the transaction was cancelled" is being displayed while loading catalog item/request item&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) try to increase quota rules, OOTB 15 seconds is the time which is used to fetch list collector values but it might be failing here as data is huge&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0683217" target="_blank" rel="noopener"&gt;List Collector (slushbucket) opened from the All button on Affected CIs related list is timeing out&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) try to add&amp;nbsp;&lt;SPAN&gt;glide_list&lt;/SPAN&gt;&amp;nbsp;in the variable attributes so that it loads as Glide list in native and see if that helps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 13:00:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3375955#M4567</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-10T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: List Collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376042#M4568</link>
      <description>&lt;P&gt;Hi Ankur &amp;amp; Nilesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I'm unable to apply any filter condition here as end users can select any record out of 81K and it is required to list all the data from the custom table.&lt;/P&gt;&lt;P&gt;2. I&lt;SPAN&gt;ncrease quota rules also may not be feasible as it'll be global change and may cause performance issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. I've tried with glide_list variable attribute but no luck:(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Please let me know if you've any other suggestions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 13:54:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376042#M4568</guid>
      <dc:creator>Navyashree</dc:creator>
      <dc:date>2025-09-10T13:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: List Collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376053#M4569</link>
      <description>&lt;P&gt;Adding to my response, I've set the some filter condition in script include and calling that script include in reference qualifier of List collector variable.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 13:58:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376053#M4569</guid>
      <dc:creator>Navyashree</dc:creator>
      <dc:date>2025-09-10T13:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: List Collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376065#M4570</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/520196"&gt;@Navyashree&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then nothing can be done.&lt;/P&gt;
&lt;P&gt;You will have to discuss with your customer and revise the requirement so that limited records are shown.&lt;/P&gt;
&lt;P&gt;Also raise a case with ServiceNow and see if they can provide a workaround.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 14:03:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376065#M4570</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-10T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376068#M4571</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/520196"&gt;@Navyashree&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is that script include bringing all records or applying any filter?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 14:03:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector/m-p/3376068#M4571</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-10T14:03:48Z</dc:date>
    </item>
  </channel>
</rss>

