How to create a Multi-Choice DropDown on Incident Form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2018 04:49 AM
Hi,
I want to create a field on Incident form same as "Is one of" field for selection of multiple dropdown.
Please let me know if its possible?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2018 05:02 AM
Hi home,
You can use Glide List field. But you need to create a new table and store the options in that table (or use existing one).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2018 05:06 AM
Is there any other way??
As i dont want to create a table & add any list field on same..
Pls suggest some alternate.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2018 05:31 AM
Hi home,
Regular fields on ServiceNow tables support one-to-one relationship, they don't hold one-to-many relationship data. The List type is used for this purpose.
The link below can be helpful for you:
multiple choices

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2021 02:54 AM
Hello, I had the same question and found a nice way to do it:
1. Create a field of type List
2. Set the Choice configuration to "Dropdown with --None--"
3. Add your choices in the Related List at the bottom
4. Now it can be used on the form as follows:
And collapsed: