Can a list item have variables?
I have a number of date objects stored in a database and I'm pulling them from there into a list using Appery's built in looping. I've got a little bit of Javascript that changes the format of the date to a more user friendly string that is then mapped to the Text attribute of the Mobile List Item. I also want to take the ID of each date object returned from the database and store it in the List Item somehow, so that I can make use of it when that item is clicked on. Is there a way that I can specify some property for each List Item that I can use to store this ID?