It’s a comparison system, like a shopping cart. When there are less than 4 elements in it, I want the rectangle with plus icon to appear in place of the empty elements :
Ok I think I understand what’s going on. Is it possible to instead move that element outside of the RepeatingGroup?
If not, make sure to set a minimum of 4 columns and 4 items on the repeating group, so that 4th cell shows up even if it’s empty.
And then I’d try some combinations on the condition:
If this repeating group’s list of things: count < 4 and current cell’s index is ≤ and current cell is empty: this element is visible.
both solutions are correct, I once handled this by making the empty field the first one, but this is different. just put the empty group outside the RG, visible when RG list of items count < 4 and make sure its dimensions make it look as if it’s inside.