Remove empty row repeating group

Hello!

I have a repeating group showing the products that the user wants to sell.
But when a new product is made without content the repeating goup is showing the empty data:
image

How can i make sure the repeating group isnt showing this row when its empty?
I already make sure the group in the repeating group is collapsed when hidden. And when the product is empty, the element is not visible…

Thanks!

Maybe change the conditional for when current cell’s product is empty it isn’t visible to when current cell’s product’s “some field” is empty. Because technically the product isn’t empty but it just doesn’t have all the fields filled out yet.

Thanks, i already tried but that didn’t help either

If you want to share a link to the editor I can take a look?