Need Help with Conditional Formatting in Repeating Group

Hello Bubble Forum Team!

I’m currently working with a repeating group that has a data list of five categories. I’ve already set up a condition for row 3, column 2. I want the box to be invisible if there is no data. Can someone help me with this?

Thank you!


{3AB00B29-B9AA-4C2F-AF5B-D4BC1427B353}

Hi there,

I believe I can help with your issue. If you’re looking to hide a specific cell in a repeating group when there is no data, you can set a condition to make the cell invisible when the current item’s data is empty. Simply add a conditional to hide the cell if the current item’s value is missing, and ensure the “collapse when hidden” option is enabled.

This should resolve the issue. Let me know if you need further clarification!

Can you please provide an step by step condition. This is the only condition i have right now

To make the box invisible when there’s no data, follow these steps:

  1. Select the group inside the repeating group where you want the condition applied.
  2. Add a conditional statement: “When this cell’s thing is empty.”
  3. Under that condition, set the element’s visibility by checking the option “This element is visible” and uncheck it to hide the box when there’s no data.

This will ensure the box becomes invisible when no data is present in that cell. Hope this helps!