Displaying all results from a query service in a list
I'm new to appery and I'm sure this will be an easy fix.
My end result is to have a page with a list of the days of the week. Then when one of those days are tapped a new page opens listing the Clubs that are open on that day.
I've used a service query - where: {"Day":"Monday"}
When I test this it works correctly and brings up the info on the 2 clubs that are open on monday.
I added this service to the page and have mapped it to a list in this way:
I've added the Event:
so that when the page loads the action is to invoke the service mentioned above.
When I save and test it this is the result:
Code: Select all
[url=https://d2r1vs3d9006ap.cloudfront.net/s3_images/1088932/ScreenShot2014-08-18at16.47.02.png?1408376889][img]https://d2r1vs3d9006ap.cloudfront.net/s3_images/1088932/ScreenShot2014-08-18at16.47.02_inline.png?1408376889[/img] [/url] 'Monday madness' is one of the two nights on monday as shown in the test on the first image I uploaded.
As you can see from the first image there are 2 nights on a monday, 'monday madness and 'circle'
How do I get it to show the 2 nights instead of repeating the first?
After playing around with the mapping and searching the web i was unable to find a solution.
Thanks