Finally got this working after 3 days bashing of head. Hope this helps someone. I have a single mobileListItem that contains 3 labels. Labels are populated with data returned from fusion service response. Here's the response mapping - javascript populates the 3 labels using the 'value' array it is p...
Apologies - I didn't put the grid in a list item and map it properly. I now have my data appearing as separate items - repeating the label for each item. I don't want to show rowid in a label but as I've requested it in the select statement, it's being displayed. How can I intercept the data respons...
thanks for your reply Maryna, I've tried that but it just seems too give me the same result as when using the list item with labels or am I missing something?
I'm struggling to work with the response data and mapping it to labels. I don't know how to get the service response to pick up the data in the array and show it in different places. I just get all the data shown in one place. I have set up a REST service to pull data from a Fusion table. The test r...