List collector - how to manupulate data in the dropdown of List collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 07:43 AM
Hi Team,
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 08:16 PM - edited 05-08-2025 08:17 PM
Hi @GladysI
Use the variable attribute to display multiple columns in the dropdown suggestions as shown below.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=<fiedl1>;<field2>;<field3>,ref_ac_columns_search=true,ref_ac_display_value=false
Replace field1, field2, and field3 with the field names you want. It will look like the example below.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 09:51 PM
you can use ref_ac_columns attribute and show the additional field in list collector variable as shared by @J Siva
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader