Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Field Type - Select multiple values

kevwatson
Giga Contributor

When someone is filling in a Catalog Item I want them to have the ability to select multiple options, however the current setup using "Select Box" only allows you to select one of the values.  Please can you tell me how this can be achieved? 

46 REPLIES 46

This helped me, Thanks..
also the questions will disappear if we select field type as list collector so I did Insert and stay, I had
one variable with type multiple choice and all the choices in question set to active false
another variable with type as list collector, (no choices )table to reference = Question Choice [question_choice]
reference qualifier of “question=XXXX” where XXXX is the question’s sys_id of the other variable that was set to active false

Nice solution 😎

This was really helpful.  Thank you!

It works but on 4. Add a reference qualifier of javascript: “question=XXXX” where XXXX is the question’s sys_id.

Community Alums
Not applicable

Thanks for the solution. It helped me to resolve the issue!