repeat element not working inside slots.

When I try to repeat any element inside a slot and give it an element name and index name, its not available to use in data picker and element name coming up as undefined if references in code mode.


Hi @ishan_indurkar, welcome.

I can confirm this is indeed a bug in Studio development only, but in production, the reference to the xyzElement variable will work properly. To see the variable properly in Studio, you can first manually open the Collapse element by enabling its Open prop. This will make Studio evaluate the repeated element, and then you will see the xyzElement variable.

Got it, thanks. I did notice that ignoring the undefined indication in the studio, I can still see correct rendering of the list elements in the preview mode.