- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 06:48 PM
Hello.
I would like to use Excel data as a catalog variable selection.
I think it is possible to import it into a table and refer to that table, but I would like to avoid using a table if possible. What other methods can you think of?
Is there no option but to manually add it to Question Choices?
thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 07:45 PM
Hi @nakamura323 In servicenow every record is stored in a table, so not possible to store choices with out using question_choice table in this case,
How ever you can display choices in script without using table, but it will not be stored at backend i.e once you submit the record the choices will be blank since there is no real value to it.
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 07:45 PM
Hi @nakamura323 In servicenow every record is stored in a table, so not possible to store choices with out using question_choice table in this case,
How ever you can display choices in script without using table, but it will not be stored at backend i.e once you submit the record the choices will be blank since there is no real value to it.
Harish