Repeating group including blank tiles

Suddenly my repeating group (of events) is returning a number of blank tiles along with ones populated with my event data.

For example, on page load, the first several entries in the repeating group are blank, before it shows events lower down the page.

I have made sure that I don’t have database entries that are blank/missing information. I have also made sure that the repeating group (and subgroups) are set to “collapse when hidden” (if the event data doesn’t satisfy my visibility conditions).

My filters work, and it brings up the relevant events, but it also includes the blank tiles interspersed within the list of events:


Any advice on how to troubleshoot this?

  • Check your privacy rules on that data type.
  • Use the debugger to inspect the repeating group’s data source.
  • Check any conditions inside the RG cell.

Thanks, I’ve tried each of these, and no resolution yet:

Rather than hiding the group, filter that event out of the RG data source entirely. That way, a cell doesn’t generate at all for that past event.

Remove the condition and just add a constraint to your RG data source where “End < Current Date/Time”

Try that.

1 Like

Thanks for the help!
I started by:

  1. Filtering the events out of the RG data source (but then the past events were still showing? No idea why).
  2. I also hid past events in the cells. (this hid all the past events, but I still have a small number of blank cells showing).

What could I still do differently?

Sorry, I thought I had found a solution, but I haven’t. Still grateful for bubble wisdom !

Let’s revisit filtering out the past dates. Can you post a screenshot of the filter you tried at the RG level?

Great! Here are screenshots for the filter at the RG level, and the one applied to the cell level:




The strangest part is that the blank tiles show up almost randomly (like this):

What are the 2 conditions on the repeating group? Are you changing the data source in either of them?

Edit: Also, I’m on your live event list page, and I’m not seeing any blanks. The list is all future events, so it’s all looking correct. Do the blanks appear inconsistently in general?

Yes, the conditions filter the data source.

The blanks show up without a pattern I have identified, but consistently. For example, filter for “Stanford University” under host institution, you will see a few blanks before a populated cell. Or filter by discipline to “Religious Studies & Theology” and you will see a few blank cells interspersed throughout the list.

Do the 2 searches in those 2 filters also have the “Start Date >= current date/time” constraint? Not in the “filtered” part, but the first “Search for Event_Calendars” part.

1 Like

BINGO! They did not have that constraint (which I assumed would be duplicative), and now the blank tiles are gone.
THANK YOU, THANK YOU!

1 Like

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