Forum Discussion

DeanOusterhout's avatar
DeanOusterhout
Qrew Assistant Captain
8 years ago

javascript variable becomes ""not defined"" after next promise call

I am executing a query through promise, and am able to retrieve a field into a javascript variable. Unfortunately, after the next promise call, that variable is now showing undefined. How to I g...