<?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 - how to manupulate data in the dropdown of List collector in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/list-collector-how-to-manupulate-data-in-the-dropdown-of-list/m-p/3258379#M3010</link>
    <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I have a list collector where the data is getting retrieved form a table and by default it's taking the 'Name' column. I want to manupulate and concatenate some data to the name column values and display it in the dropdown of the list collector.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 May 2025 14:43:29 GMT</pubDate>
    <dc:creator>GladysI</dc:creator>
    <dc:date>2025-05-08T14:43:29Z</dc:date>
    <item>
      <title>List collector - how to manupulate data in the dropdown of List collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector-how-to-manupulate-data-in-the-dropdown-of-list/m-p/3258379#M3010</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I have a list collector where the data is getting retrieved form a table and by default it's taking the 'Name' column. I want to manupulate and concatenate some data to the name column values and display it in the dropdown of the list collector.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 May 2025 14:43:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector-how-to-manupulate-data-in-the-dropdown-of-list/m-p/3258379#M3010</guid>
      <dc:creator>GladysI</dc:creator>
      <dc:date>2025-05-08T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: List collector - how to manupulate data in the dropdown of List collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector-how-to-manupulate-data-in-the-dropdown-of-list/m-p/3258710#M3016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/906122"&gt;@GladysI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Use the variable attribute to display multiple columns in the dropdown suggestions as shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;ref_auto_completer=AJAXTableCompleter,ref_ac_columns=&amp;lt;fiedl1&amp;gt;;&amp;lt;field2&amp;gt;;&amp;lt;field3&amp;gt;,ref_ac_columns_search=true,ref_ac_display_value=false&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSiva_1-1746760650639.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/440944iDECA14FA10680079/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JSiva_1-1746760650639.png" alt="JSiva_1-1746760650639.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Replace&amp;nbsp;&lt;/SPAN&gt;field1&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;field2&lt;SPAN&gt;, and&amp;nbsp;&lt;/SPAN&gt;field3&lt;SPAN&gt;&amp;nbsp;with the field names you want. It will look like the example below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSiva_0-1746760498120.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/440943i942676CE6D77E4BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JSiva_0-1746760498120.png" alt="JSiva_0-1746760498120.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Siva&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 03:17:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector-how-to-manupulate-data-in-the-dropdown-of-list/m-p/3258710#M3016</guid>
      <dc:creator>J Siva</dc:creator>
      <dc:date>2025-05-09T03:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: List collector - how to manupulate data in the dropdown of List collector</title>
      <link>https://www.servicenow.com/community/community-central-forum/list-collector-how-to-manupulate-data-in-the-dropdown-of-list/m-p/3258753#M3017</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/906122"&gt;@GladysI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use ref_ac_columns attribute and show the additional field in list collector variable as shared by &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/662411"&gt;@J Siva&lt;/a&gt;&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>Fri, 09 May 2025 04:51:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/list-collector-how-to-manupulate-data-in-the-dropdown-of-list/m-p/3258753#M3017</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-05-09T04:51:00Z</dc:date>
    </item>
  </channel>
</rss>

