Basically I have multiple repeating groups on my page and when they don’t have any data they just look like white blank box, I want to reduce the size of them until data has been entered till they reach there maximum size?
Thanks
Solution
Basically my groups and containers were all jumbled up, so basically groups can auto retract but that will not have if it has other groups inside it. So watch for that.
Hey @ayushsharmamedia You can place the Repeating Group inside of a Group, and then select “Collapse Height when hidden” in the Group’s property settings.
Then create a conditional statement on the Group, which is:
“When [inside repeating group’s]listof[X]s:count is 0”
–> This element is visible (unchecked)
That will hide the Group/inside Repeating Group when the Repeating Group has no results.