Accessing text input field within listview

I have a listview with a input text field, called billedLabor.

In another post, Accessing the value of a text input field in a listview - #5 by joeBumbaca, the replies from Retool support indicate that this field is accessible, but I am getting an error, saying it's not.

Is there some way to get at this data from another widget in the app?

Hey there @nl-setech,

Indeed, you have to enable instance values in your listView so that you can access that instanceValues property and use the index accordingly to access to field you're targetting.

I've made a short video tutorial on how to access instance Values here. I hope this helps!

Cool! Thanks!

1 Like