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?