Hi @ashwinka As based on the jcr:created property, you can achieve this by using a Comparator to sort the children before iterating over themas based on the jcr:created property, you can achieve this by using a Comparator to sort the children before iterating over themimport java.util.Comparator;
im...