adding or removing option in a list collector variable in a catalog item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 03:49 AM
Hi , for my requirement , I have to create 2 list collectors variable , both is referencing to a same table ,
if I select a value from the 1st list collector variable , some values will be shown and when not selecting the value , those values in 2nd list collector variable will not be shown , how can we achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 04:50 AM
@Amit Dey1 Any field on that table which have that link which one to show and which one to not show
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 04:50 AM
@Amit Dey1 Send screen shots as well
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 05:09 AM - edited ‎01-10-2023 05:11 AM
yes created a dropdown field named visiblity in that table , which is storing values of that 1st variable values , like this is the table below
Name visiblity
industry business
technology business
corporation geographies
so like this , if user select business in 1st variable then industry and technology will be shown in 2nd variable and if geographies is selected in 1st variable then corporation will be shown in 2nd variable
and Name column is having all the values of variable 1 and variable 2 , I just shown you some of the variable 2 values in name column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 05:23 AM
@Amit Dey1 Got it. Add the advanced reference qualifier in 2nd field as below
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2023 05:39 AM
hi sir , it is not working , now in 2nd variable no values are there