Hide list collector variable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 04:26 AM
Hi all,
I was having two variables i.e., for example request and type where request consist of two choices( a and b) and the type(list collector variable) consist of 5 choice. when i select the request i.e. choice a then only 4 choice has to be displayed i.e. need to hide one choice when i select the b then it need to show all 5 choice. Can anyone help me with this how to achieve this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 05:01 AM
Is it possible to show the choice based on the condition. Actually i require the same variable has to hide a option on a particular condition and in the rest it need to show all the choices. Is it possible to achieve this through condition basis or need to write script include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 05:03 AM
@Community Alums
you can have small script using IF else in the advanced ref qualifier of list collector variable
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2024 05:06 AM
I have went through the variable under type specification there is only list table and reference qualifier is available. There is no advanced reference qualifier