adding or removing option in a list collector variable in a catalog item

Amit Dey1
Tera Contributor

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 

21 REPLIES 21

@Amit Dey1 Any field on that table which have that link which one to show and which one to not show

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

@Amit Dey1 Send screen shots as well

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

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          

 

@Amit Dey1 Got it. Add the advanced reference qualifier in 2nd field as below

jaheerhattiwale_1-1673356957339.png

 

Please mark as correct answer if this solves your issue.

 

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

hi sir , it is not working , now in 2nd variable no values are there