Nested Repeating Group Issues with API Data

I am attempting to display a schedule that is grouped by date. For example:

07/08/2024

  • time - event 1
  • time - event 2
  • time - event 3

07/09/2024

  • time - event 1
  • time - event 2
  • time - event 3

In my database (a google spreadsheet) I have a column for date, time and event.

The information gets pulled into bubble.io and looks good, however in attempting to do a nested group to get the format above I am having trouble. I tried to follow this post but whenever I try to create the first level of the RG the “Type of Content” wants to become date and not the API source. Any guidance on how to get this to work?

With the current column structure, it is normal that the outer repeating group should be of date. And the inner repeating group will be of type that Sheet DB row with the Current Cell’s date in the date column.

I’m not sure I understand what you’re saying. How can I get the format to show on my app like I have in the example in my original post?