Hello,
You should delete Request parameter "and" and write code{account: "systems", driver:"JOE"}/code in parameter "where".
Then multiple conditions search will work properly.
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,
You should delete Request parameter "and" and write code{account: "systems", driver:"JOE"}/code in parameter "where".
Then multiple conditions search will work properly.
Hi Katya,
The test works fine but how do I deliver the parameters? I have attempted to return the string but the syntax is not correct, how would I construct this?
var A = localStorage.getItem('account');
var D = localStorage.getItem('driver');
return '{"driver":"' + D + , + '"account":"' + A + '"}'
Hi Katya,
Managed to get my head around the correct syntax for the string. Thanks for your help.
Joe