Accessing the value of a text input field in a listview

Thanks for the feedback @leonK-DI, I'll submit a request for additional documentation here. In the interim, if you ever trying to figure out the proper syntax, the state panel is a great way to see the data structure of the components.
Components in a listview are organized as an array of objects, which each object being the traditional single component object, which contains the value property.

2 Likes