I keep getting variable is undefined. I have mapped the response to a javascript variable. When I test the service, it returns the correct data, but when i try to reference that javascript variable I keep getting an undefined error.
Hello,
Could you clarify please where do you try to reference javascript variable? The scope of a JS variable is the region in which it is defined. You can try to use localStorage variable.
You could try to do next:
perfect, it worked. Thanks so much for your kind help!