Field Type - Select multiple values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2018 08:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2020 01:34 AM
Unfotrunately not, List Collector and dedicated table seems to be the only way,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2020 05:07 PM
How do you create the table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2020 03:01 AM
So here's what you can do. Let's say you have a "Multiple Choice" that you want users to be able to select... go figure, multiple options. We know ServiceNow doesn't have the ability (OOB) to allow this.
Pretend our catalog item variable looks something like this:
Well, all you need to do is #1, grab the sys_id of this variable:
#2, change the "Type" to "List Collector":
#3, click on the "Type Specifications" tab and choose Question Choice for the List table, and then type "question=" followed by the sys_id you just copied into the Reference qual field:
Save your changes and bam... you now have a list collector without needing to create a custom table to hold just a few values.
No, it's not the same as a multiple choice, but it's the only option we have at the moment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2020 11:30 AM
Awesome workaround and easy to follow your directions. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 12:59 PM
I tried this and it worked great, however, I'm finding that some users do not see the options when clicking in the list collector box (in Service Portal). Were there any permissions type changes necessary to make this visible for everyone?