Shrink the group height when its component is empty?

Hi, I just can’t figure it out. Suppose I have an image in the repeating group. When the image is empty, I want the group on that current cell to show only text or other things. When I select invisible when the image is empty, the height just stays there.

How could I solve it?

Put the image in a group container. Make sure the group can collapse when it’s not visible. Also make sure the group (not the image) is NOT visible on page load. Then add the following conditional to the group:

“when current cell’s (or parent group’s) image is NOT empty, this group is visible”

Also, remove the conditional you already have for the image. Lmk if this helps.

1 Like

Thanks!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.