how to bulk load data in select box varaible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 04:11 AM
Hi Connections,
I have a selectbox variable in that i have to show almost 200 drop down values, manually saving is time consuming, any option to bulk load the values...
Regards,
Rafmine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 04:14 AM
@Community Alums
1st create the variable in that catalog item and then you can load data into the choice list table (question_choice) via data source and ensure the excel has these columns
Question -> storing sysId of your variable
Text -> storing text for the choice i.e. choice label
Value -> storing the choice value
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 05:32 AM
Hi @Community Alums
Pls follow this process
1. Add choices data into excel sheet (Text , value , Question(field name of select box))
2. Load the excel sheet(create_import_set) and create a Transform Map
3.Target table (question_choices)
4. Do the automapping( or Mapping assist)
5. Run the transform Map