Multiple Choice selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 10:04 AM
Hey Folks,
Good Day!!
i want to create an variable with 10 choices and i want to select multiple choices on the variable at the front end. I have been tried with the variable type as Multiple choices and Select box, but i cant able to select more than one choices. Can someone help to get this sorted out. TYSM!
FYI : I want to create an table for adding these choices, so i wont go with the list collector. Any others suggestions here.
Any Assistance Would be Appreciated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 10:13 AM
@dmahendran There are two ways to address this.
First approach: As a part of the first approach you can use list collector variable and instead of referring to a custom table with your choices, you can refer to question_choice table. Please refer to this tutorial around this approach https://milestone.tech/servicenow-implementation/servicenow-tips-making-list-collectors-useful/
As part of the second approach, you can use multiple checkboxes and group them together. Identify selected checkboxes via an onSubmit client script to know which choices were selected by the user.
Hope this helps.