Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Unable to access the KVM values from the Java script

navc88
New Member

8853-js-kvm.jpg

8854-kvm-error.jpg

8855-kvm-error2.jpg

I am not able to access the KVM values from the Java script.

I Have attached the screen shot of the KVM and Java script. Please guide where i am going wrong.

Solved Solved
0 5 287
1 ACCEPTED SOLUTION

Hey @Naveen Chalageri, Couple of things you can improve -

1 - Declare the variable errorMessageResponse with var errorMessageResponse, it will fix your print issue,

2. Good practice if you store JSON formate in KVM so you don't need to split it.

3. I have attached a working sample of KVM variable in JS please take a reference.

kmv-js-demo-rev1-2019-07-20.zip

View solution in original post

5 REPLIES 5
Top Solution Authors