search results not displaying
So I am not sure which screen to send? Is it from my phone or the appery builder?
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/
So I am not sure which screen to send? Is it from my phone or the appery builder?
Here is the browser view result screenie
Got Test tab in service editor, and run the test with setting 'where' value.
So it says test successful but what do I put into the where field?
The value you are searching for.. the same data that would be coming from the page.
Okay I noticed the mapping in Mainpage - response was missing so I mapped $ to sku in local storage values and still nothing in the search results
I remapped mobilebutton_15(Search By Name) to mobilelabel_21(the field where the result of search would be) and still nothing.
Before you do the mapping, run a test of the service by setting the 'where' parameter. It will be something like this:
{"Wine": "some_name"}
So {Wine:"SKU"} didn't work. I'm also seeing the message when an item not in the db gets scanned is not displaying
{"column_name": "some_value"}