I am using the list item for the first time and I have a problem setting the correct value for a local storage variable when clicking on a list item. I have the list item in a grid. It is populated with a rest response which works. I have a label (also tried input) above the list item to get the database id # of the item (which displays correctly). I then set the label value to a local storage variable when the list item is clicked. The problem is that the id value is not set to the label value I see on screen, but rather the title of the list item itself. I am not sure if this is a really silly mistake on my part or something about list item I don't understand. Any ideas?