Hello,
I have a repeater that shows a box (and box can be expanded) for each user belonging to the organization. Here’s what it looks like when the user’s boxes are all collapsed:
On expansion of one of the users, a section for “accessible companies” includes another repeater showing each company related to the organization. The problem is this second repeater won’t show each item when it is inside the user’s repeater:
When I move it outside the user’s repeater into any other space, it works as it should:
I’m not sure what I’m missing as to why it won’t work when it’s inside another repeater…
Console says it’s undefined when in inside the user repeater, but no error from the console when it’s by itself:
Here is the logic for reference:
Thank you,
Austin