Udefined fields
Posted: Thu Sep 10, 2015 3:08 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/
I think the issue lies within the parameters you are passing into the where parameter, but I am not sure. I use:
console.log("value = " + value);
var whereObject = {FIELDNAME: value };
console.log("whereObject = " + JSON.stringify(whereObject));
return JSON.stringify(whereObject);
The console log help me initially setup the proper parameters and can later be removed.