Two Storage Variables into a DB Query AND
Posted: Wed Sep 09, 2015 9:17 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Don't map both variable to the where parameter. Instead, use:
localStorage.getItem("STORAGENAME");
to reference one in the mapping from the other storage. So in other words, just one mapping, using "value" to refer to that storage variable, and the above code to refer to the other variable.
It works!! Thanks
You are welcome. Glad it works.