I'm trying to filter the database of messages by user.
Help!
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