We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how too access catalog item variables value in multi row variable set script

Abhishek Tdaniy
Tera Contributor

 

Hi Team,

 

I have a requirement in which i have to add validation on a variable of multi row variable set. value of variable of MRVS must be unique(one value in one row) it should not be repeated, but when I am adding a on Load script on MRVS it is not giving me value of MRVS it is giving and empty value. Kindly help me out to do it.

AbhishekTdaniy_0-1679822517974.pngAbhishekTdaniy_1-1679822518258.png


 

AbhishekTdaniy_0-1679822753092.png

 

1 ACCEPTED SOLUTION

Roshan Tiwari
Tera Guru

Hi @Abhishek Tdaniy , 

Try this :

 

g_service_catalog.parent.getValue()

View solution in original post

2 REPLIES 2

Roshan Tiwari
Tera Guru

Hi @Abhishek Tdaniy , 

Try this :

 

g_service_catalog.parent.getValue()

Dear @Roshan Tiwari ,

 

Thankyou, Its working