- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:31 AM
Hi,
Here i had added the multi row variable set in the catalog form, in that two variables are list collector type where it was reference to "user" table. So, here whenever user selects the values in the first variable, those values should not get visible in the second variable. How it is possible? Can anyone please help on this . @Ankur Bawiskar
Thanks,
Spandana.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:43 AM
you can add advanced ref qualifier in 2nd variable
replace your 1st variable name here
javascript:'sys_idNOT IN' + current.variables.firstVariableName;
Also in variable attributes for 2nd variable add this
ref_qual_elements=firstVariableName
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:38 AM
It should not get visible or else it should not allow user to select the values which are selected in variable 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 04:43 AM
you can add advanced ref qualifier in 2nd variable
replace your 1st variable name here
javascript:'sys_idNOT IN' + current.variables.firstVariableName;
Also in variable attributes for 2nd variable add this
ref_qual_elements=firstVariableName
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader