Hello everyone,
I have been looking around but I couldn’t find a answer to that
I’m trying to create a trip builder with Bubble
I have a database for an itinerary which is composed by event date
Each event dates item represent a date, a location and some additionnal information
In a repeating group, I’m able to present each day as
I’m also able using RG group by location
But in that case I’m struggling to sorted by date
In my case, the location are sorted alphabetic order
And I tried to sorted it dynamicly as following but it doesn’t work
Should I group or aggregate it differentlty ?
Thank for your help