Prevent Duplicate Dates in RG

Hi there. I have build a Chat and i cant find a way how to only display one Date if the date contains the same Day.

I cant use a condition where i can say when current index - one date is = current index date.

Anyone here you can help?

Ideally, for this kind of an interface, I use 3 RepeatingGroups

  1. A hidden one storing all the Messages of the Chat
  2. A visible one which stores the list of all dates (these list of dates can be picked up from the Messages: each item’s Rounded down Date: unique elements. This field called Rounded down Date in the Message table stores the created date of that Message, rounded down to the date (so the hours, minutes, seconds are 0, which helps in comparison to ensure Messages created on that date are shown in the nested RepeatingGroup, as described below)
  3. A nested one inside the visible one that shows all the Messages in that cell’s date

Hope this helps :slight_smile: