- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 01:43 AM
I'm trying to set variable values for a Select Box variable. However, the choices are added via a catalog client script. How can I select a value for this variable and proceed with the submission if the choice does not appear in this step?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 04:55 AM
you must have created choices in question_choice table for that variable?
If not then it won't come in your Step when you set the variable 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
yesterday
question choice table is empty and I am filling dynamic values through client scripts but in atf its considering question choice list and I am unable to set value as it is empty. Any other alternative way ??