Multiple Columns on a List Collector

kkaufmann
Tera Contributor

We have instance were we have Users with the same first and last name:

find_real_file.png

 

Can I display both the Name and UserID in the list collection?  This example is for adding users to a group

4 REPLIES 4

jayesh mohan2
Mega Expert

In these circumstances, I believe it is best to use the preview of the user record. The list collector shows a preview of the user record and you can distinguish two similarly named users with a distinguishing factor like email.

Here's what I'm talking about:

find_real_file.png

Nithya V Sivara
Tera Contributor

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.

sivaprince231
Giga Expert

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.

find_real_file.png

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email,ref_ac_columns_search=true

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!