How to hide Available list from the list collector Variable

Likhitha Pasam
Tera Contributor

I want to show only selected list of values in the catalog task, please see the reference below

LikhithaPasam_1-1725626407380.png

I want to show like this

LikhithaPasam_0-1725626629152.png

 

 

 

2 REPLIES 2

Zach Koch
Giga Sage
Giga Sage

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 

ZachKoch_0-1725627322727.png

 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

Robbie
Kilo Patron
Kilo Patron

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:

https://www.servicenow.com/community/developer-forum/make-the-ritm-catalog-task-variables-read-only/...

 

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