Cant add Data from DB to Local Storage Array
Hi
I saw a post recommending using the following code in the success of a service.
Apperyio.storage.userIDlist.update("$['userID']", JSON.stringify(data));
This does not work for me....
It brings in all the columns of the table and dumps it into the userID field. I only want the userID. The data is not based on the success response as the jscript now replaces that.
I only want the values, not the column name. How do i specify what values I want?
Thank you