I have tried sorting a list of posts into a repeatingGroup by their creation date (recent to oldest), but cannot seem to do so without significant lag.
The conditional format is as followed.
Is there a more efficient method to return a list in a particular order by default?
You should do this at the data source level in the appearance tab. Right you’re using the current element’s list to define its list (which will lead to an infinite loop).