database service
Posted: Mon Feb 23, 2015 5:11 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 also tried tried it with "true" in the 'Rated' query
I removed the mapping and I changed the JS to:
prevar club = localStorage.getItem('ClubID');
return '{"taggedItem_id":"'+club+'"}';/pre
and it worked.
What was wrong with the first bit of code?
prereturn '{"taggedItem_id":" ' + value + ' "}'/pre
Hello Joe,
You may try this JS code instead of yours
prereturn decodeURI('{ "taggedItem_id" : "' + value + '"}');/pre