Conditionally showing elements in a repeating group

I have a repeating group showing a list of dates formatted as mmm (month name abbreviated). I want to show a text element with the year conditionally as the repeating group scrolls, only in the first visible repeating group cell and when there is a change in year (i.e. Jan). I can easily detect and show the year for Jan cells, but is there a way to detect when a repeating group cell is the first visible cell to show the year?

1 Like

Can you send a screenshot of what you want to achieve?

Here is a screenshot of the repeating group showing the year above the month of Jan. I want to also be able to show the year above the left most (first) cell of the repeating group as it scrolls horizontally.

1 Like