Question about grouping

Hi Forum,

I am trying to group a repeating group. I want it to be displayed like Calendy:

So per day the appointments.

This is what I have right now:

How can I make it the same so I have the appointments all under each other with only one time per day the “Friday, October 25, 2024” format?

Create a RepeatingGroup of your dates (:each item's Created date rounded down to date:unique elements)
Within each cell of your RepeatingGroup, display the records where the Created date of the record >= Current cell's date, and < Current cell's date +days: 1

I see this

I can’t do this action with my setup right now. What am I doing wrong?
>= Current cell's date , and < Current cell's date +days: 1

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