How to hide Available list from the list collector Variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 05:40 AM - edited 09-06-2024 05:44 AM
I want to show only selected list of values in the catalog task, please see the reference below
I want to show like this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 05:56 AM
You could use the variable attribute glide_list to use glide list rather than slushbucket. Glide list only shows values that have been picked. Here is a link to the docs page and a screenshot of the relevant info.
Service Catalog variable attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 05:58 AM
Hi @Likhitha Pasam,
If I understand your question correctly, this can be easily achieved by making the variable read-only on the catalog task by implementing an appropriate UI Policy.
A similar question was raised and answered on the below link for steps and an example:
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie