yes, it only contains the 1st record.. see below (the raw test shows 2 records, the live test only displays 1 record) :
i must be missing something... WHat else is needed to populate the full list from json?
John,
You have incorrect Response parameters or mapping. As your Rest Service returns an array, there should be a parameter with tick "Array" among the Response parameters. You can create response structure using "Automatically Create from Sample Response" button on "Response" tab.
Then in Mapping create an arrow from array to Mobile List Item.
i found my problem.... I also needed to drag the '$' to 'menuselectitem_13'
thank you all for your help...!!
Glad it's finally solved ![]()
How can i have the 1st record show automatically on arrival without clicking anything?
On service Data tab add "Set property" action on Success event. In Action parameters choose component Select Menu, Property = "Selected", value = 1
Then after Mapping finishes the first Select Menu item will be selected.