Select multiple boxes in Multiple choice variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 04:40 AM
Hello.
i have this multiple choice where i would like to be able to select more then just one box
How do i do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 05:22 AM
no im not sure how to implement it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 05:27 AM - edited 08-17-2023 05:29 AM
Hello @asd22
Instead of Multiple Choice, You can select variable type List Collector.
Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.
Regards,
Samaksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 05:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 05:37 AM
Hi @asd22
Here's the text version of the solution.
You can do this by switching multiple choice variable to list collector, Follow the steps
1. On your catalog item, create a new multiple choice or select box variable (either will work, we are after the “Choices” related list here), give it a name and some question text and then submit.
2. Add any choices your variable needs.
3. Switch the variable type over to a list collector. You will notice that we cannot save until we give ServiceNow a table to reference so pick Question Choice [question_choice]
4. Add a reference qualifier of “question=XXXX” where XXXX is the question’s sys_id.
Please mark it Correct and Hit Like if you find this helpful!
Regards,
Karthiga