Hello fellow Bubblers-
I want users to know when a RepeatingGroup runs out of items, so I created a text box with a conditional visibility toggle. The text box should show up when the group it’s part of has no image to display (the group gets the image from the RepeatingGroup in which it is nested, and the image shows empty when the RepeatingGroup runs out of items).
I could not get the text box to show up even though the app says the correct condition has been met.
I tried this with an image as well with the same result. Is this expected behavior or a bug? I am guessing this has to do with the repeating group being empty, and am very hopeful for suggestions/workarounds.
I tried various layering configurations, including placing the text box at the front of the stack but still within the RepeatingGroup. I have also tried referencing the RepeatingGroup directly instead of the Group inheriting from the RepeatingGroup.
One other strange behavior I noticed is if I load the page with the RepeatingGroup empty to start, the text box and image don’t show up in the Inspect window at all. Loading it again with data, I can see the text box and image as invisible, then when iterating through the group until empty, as stated above, the text box and image still show up in Inspect, but they do not respond to the condition change even though it evaluates as true.
Thanks in advance for any help on this!