Multiple Columns on a List Collector

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 01:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2018 01:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 11:30 AM
HI I have the same issue. I want to show multiple columns in a list collector. Do you have a solution? I do not want to show it underneath the list collector rather with in the left side of the list collector. Let me know if you have found a solution on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2021 04:45 AM
Hi
Displayed multiple columns of data to a list collector that provides the name and email
Kindly enter value in the variable attributes filed , then you will get the required data on the list collector
Then you can check into service portal , you will the result as your required.
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 04:20 PM
This solution worked for me, you can add more columns to display as well in the 'ref_ac_columns=' field by adding more fields, or change the fields you have added. Thank you for the solution!