I tried to put the token y a column y then select only the item form the active user, but i can't get the values!!
I tried to put the token y a column y then select only the item form the active user, but i can't get the values!!
Hello,
Can you show us you request parameters.
< Query_service
< X-Appery-Database-Id
X-Appery-Session-Token
where .... then added a js. with --- return'{"token column ":"value "}';
trying to get only the items with the user logged in..
when you put/update values in collection you should have additional field "isActive" and put value "true" or "false" ("0" or "1"). Then select values where "isActive" is "true".
We have a good tutorial about "Backend Services" queries : http://docs.appery.io/documentation/b...
Thanks!! I'll check it..