Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to access MRVS variables inside MRVS Client Script Multirow Variable Set

Raviteja K
Tera Expert

I am able to access MRVS variables outside MRVS Variable set. But how to access variables inside multi row variable set for client script. TIA

9 REPLIES 9

Prince Arora
Tera Sage

@Raviteja K 

 

You can directly fetch the variable using

 

g_form.getValue("NAME_OF_THE_VARIABLE"); //backend name of the variable

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

Sorry, did not add a point. For example if I want to access row1 field value from row 2, how it is possible?

Have you found the solution ? @Raviteja K 

Ankur Bawiskar
Tera Patron
Tera Patron

@Raviteja K 

you can simply use g_form.getValue('variableName')

what's the issue for your case? please explain the business requirement in detail along with screenshots.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader