In catalog user can select one or more choice at a time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 04:41 AM
we have a requirement in catalog the variable type is 'Multiple Choice' and Sunday to Saturday are the choices. Here user want to select one or more choice at a time.
Thank you in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 04:44 AM
You're going to need checkboxes, instead of Multiple Choice
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 04:49 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 04:54 AM
You'll need a checkbox for every choice.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 06:04 AM
This is a option we can do for multi selection.
step1:Let's say you have a "Multiple Choice" that you want users to be able to select
add choices in related list Question choices
step2:next copy the sys_id of this multiple choice record
step3:change the type to "list collector"
step4:add list table as Question Choice [question_choice]
Reference qual: question=Place the sys_id which you copied in step 2
In variable attributes add - glide_list
save your changes... thats it this is how it will be from portal
Mark Correct if this solves your issue.
Regards,
Yaswanthi