Hi Katya,
I am trying to save an array in the db,
the array contains company name and email,
I have called the 2 services "user read" and "update user"
user read on page load and update user on click
I have added the column in db and mapped correctly
I have added the js in mapping
"user read" js
codeif (value == "") {
return "[]";
}
return JSON.stringify(value,code
"update user" js
codereturn JSON.parse(localStorage.getItem("companiesArray"));code
I am able to save the details in db, but its not reading the value on load, I think I am missing something
I keep getting the following error in console
https://getsatisfaction.com/apperyio/...
app name is nfb3 and is shared with apperyio
thanks as always/code/code/code/code