I have a list collection populated with query data ( using {{item.mydatapoint}} ) in Title & Body.
Since {{item}} iterates over my query data, I'm trying to access a specific data point within it (like SelectedRow.data on a table) to set a temporary state, via event handler, when clicking an item.
In the screenshot, I'm trying to access {{item.id}} to set a temporary state. When setting my handler's state value, {{item.id}} does not work.
I haven't figured out how to do this or know if it's possible, so any help or other ideas would be greatly appreciated!