Hello Avery,
This is incorrect where parameter:
{"ping_reciever":user_id}
Please add mapping to the where paremeter instead of user_id, and add here JS:
return '{"ping_reciever":"' + value + '"}';
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/
Hello Avery,
This is incorrect where parameter:
{"ping_reciever":user_id}
Please add mapping to the where paremeter instead of user_id, and add here JS:
return '{"ping_reciever":"' + value + '"}';
Where do I add the javascript
"return '{"ping_reciever":"' + value + '"}';"
?
I get the error "Value is not defined"
You should add this code on the "where" parameter's mapping. E.g. from input component: http://prntscr.com/7ogj6o
?
Got it, thank you