How to get list view select value

Hello,

I have a question about the ListView. I am dynamically creating containers within the ListView based on the number of data,

and within each container, I am hiding or showing different components ("SINGLE_SELECT" | "MULTI_SELECT" | "RANGE") using the 'hidden' attribute. However, I am facing an issue where I cannot retrieve the value of the 'select' inside the components.
image

Even if I try to retrieve it, only the 'select' from the first container is obtained. I want to retrieve the 'select' from other containers as well.
image
image

Thank you.

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.

1 Like