Hello, I am trying to hide and collapse cells in a repeating group based on a condition (I am trying to hide restaurants that are too far away). This repeating group’s data is from another nested RG. Instead of the cell being collapsed and hidden there is just white space.
Hi there, @david30… in short, you don’t hide and collapse rows/cells in a repeating group. The way to do what you described is to add constraints/filters to the repeating group’s data source so the repeating group is showing the correct items (which means there won’t be any rows that need to be hidden/collapsed because, again, that isn’t how repeating groups work).