Data picker with repeated elements

Hey team,
I have a question about repeated elements, as you can see in the video i added, when im using the built in action of updating elements i can’t find the element I’m working on, but when i change it to “run code” i find the element.
Is there any solution or reason to this behavior?

Hi @tomer_erez-ketzev

The first action in the video is the “Update state” action, so data picker will only display state variables. The “Run code” is a general action that’s why all the variables are available.

Can you share more about your usecase?

Thanks

Hey Muhammad,
I’ll try to explain my situation a lil bit better.
I made an array state and in the array i have sections and also in a section i have arrays of inputs, for using the different arrays im using repeated items for the sections and in them for the inputs. Now when i want to update the input i can’t reach it cause it’s in the state and not a state, unless im using the"run code" function and than i can reach my current input.

Is the issue clearer now?

Sorry, it’s a bit unclear, can you please share your Project ID, so I can review that component and state directly.