- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2025 09:22 PM
Good morning.
I have a requirement to build a variable/question with 3 choices, that need to be added as checkboxes.
But the problem is, we can only check 1 checkbox at a time. Multiple selections on the checkboxes are not happening. Please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2025 10:04 PM
Yes, correct. First, you need to create a label and then create other checkbox options.
Do not forget to mark this as Helpful and Correct.
Thanks,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2025 09:40 PM
you can use checkbox type variables each will be a separate one
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
‎02-02-2025 10:46 PM
Thank you for marking my response as helpful.
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
‎02-02-2025 09:42 PM
Hello @AbdurRahmanSnow ,
Here you have used Lookup multiple-choice type of variable. With this, you can select only one option. If you want to select multiple options, please use the Check Box variable.
Refer below for more information.
Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.
Thanks and Regards,
Ashish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2025 09:55 PM
Hi Ashish. Thanks for this information.
So, you mean, first I need to create a Label Variable type and under that, I need to add check-box variable type individually as separate variables? Is it correct?
Also, will those check-boxes get linked to that Label?