You have to map $ to list item. Here is more information http://docs.appery.io/documentation/u...
You have to map $ to list item. Here is more information http://docs.appery.io/documentation/u...
Here is a link to my app
http://appery.io/app/mobile-frame?src...
you can recreate the steps by going to Neighbourhoods -- Item1 and click it the page that is supposed to load does not and I just get the spinning gif
Hi,
There seems to be an error in code. Please share the application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
It's already shared... name OutInTrini
In your REST service 'viewneighbourhood' in URL there are quotes - an invalid character. You must not use them. If this is your server please try to delete them without breaking the logic.
Please move parameter 'Neighbourhood%20eq%20"Cipriani%20Boulevard' to Request. And delete everything after "?" (including "?") from URL.
Ok, but when I do test in my browser on the same Url and even in the sample response I got results back, does appery not support that character?
Yes, unfortunately Appery.io doesn't support quotes in URL as there should be only a path but not a GET request parameter.