- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2021 03:06 PM
Is there a field type in ServiceNow that allows for the selection of multiple choices at once?
I have a field called 'tasks', I would like the user to be able to select multiple tasks in the drop down menu. Is this possible?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2021 03:20 PM
Hi,
You can create a List field that will help you select multiple values or otherwise you will need to create multiple checkboxes.
List field can refer to another table and show the reference records just like the reference field but list field has the ability to choose multiple.
You can also specify static choices in the List field rather than referencing another table.
Regards,
Muhammad
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2021 03:20 PM
Hi,
You can create a List field that will help you select multiple values or otherwise you will need to create multiple checkboxes.
List field can refer to another table and show the reference records just like the reference field but list field has the ability to choose multiple.
You can also specify static choices in the List field rather than referencing another table.
Regards,
Muhammad
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2023 09:23 PM
Note that this is not yet supported in Workspaces as of Utah. Any choices seen in the platform will not be visible on the workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2023 05:07 AM
You need to create a new Table with your choices to be able to select them in the Workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 05:03 AM
It this supported now in the Xanadu release for Workspaces?