Can't access the input field's value outside of the new listView component

i'm inserting data into my database where values are from the form which is inside new ListView but it displays the following error


;

this is not an error as such, it's the expected behaviour of the new listview component:

:warning: Scope limitations: for performance reasons, we currently do not support indexing into components inside of a Repeatable to access their properties. Instead, we recommend adding event handlers to track state changes back to data in your Repeatables.

Hi @AkshyaK, thanks for writing in about this!

Curious where you're triggering this query from? Is it within the list view, or outside the list view?

We're also trying to collect more information for our upcoming features in this post, we'd love to understand your use case!