Expression functionsCollection Helperscollections.DistinctByOn this pagecollections.DistinctByFirst-seen deduplication by one field of each element collections.DistinctBy(arr: array, field: string) -> array Arguments NameTypearrarrayfieldstring Example {{ collections.DistinctBy(rows, "supplier") }} Returns (one row per distinct supplier, the first seen).