Selection of multiple choices

Community Alums
Not applicable

Hi All,

I have field called "Brand" I have added 96 choices to that field. how I need to select multiple choices in that field 

please help me.

15 REPLIES 15

Mehta
Kilo Sage
Kilo Sage

If it is a choice field then you can have only one value selected. You might have to use List type variable which will reference sys_choice and can have a reference qualifier. 

In the List type field you can multiple value selected. 

 

 

Mark the question as correct, if it resolves your query.

Community Alums
Not applicable

Hi

But list type is not available in the variables in Catalog form

Please help with another solution 

Hello @Community Alums 

  1. change the variable type over to a list collector.
  2. select the table as Question Choice [question_choice]
  3. Add a reference qualifier of ā€œquestion=XXXXā€ where XXXX is the question’s sys_id.

 

refer the below thread:

https://www.servicenow.com/community/itsm-forum/field-type-select-multiple-values/m-p/513369

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra

Community Alums
Not applicable

Hi 

If we use list collector it is asking type specifications as list table.