I ended up using this. Any issue you see in the foreseeable future with this?
Concurrent( ClearCollect(CollectionA, Filter('Person List', StartsWith('Last Name', "A"))),
ClearCollect(CollectionB, Filter('Person List', StartsWith('Last Name', "B"))),ClearCollect(CollectionC, Filter('Person List', StartsWith('Last Name', "C"))),ClearCollect(CollectionD, Filter('Person List', StartsWith('Last Name', "D"))),ClearCollect(CollectionE, Filter('Person List', StartsWith('Last Name', "E"))),ClearCollect(CollectionF, Filter('Person List', StartsWith('Last Name', "F"))),ClearCollect(CollectionG, Filter('Person List', StartsWith('Last Name', "G"))),ClearCollect(CollectionH, Filter('Person List', StartsWith('Last Name', "H"))),ClearCollect(CollectionI, Filter('Person List', StartsWith('Last Name', "I"))),ClearCollect(CollectionJ, Filter('Person List', StartsWith('Last Name', "J"))),ClearCollect(CollectionK, Filter('Person List', StartsWith('Last Name', "K"))),ClearCollect(CollectionL, Filter('Person List', StartsWith('Last Name', "L"))),ClearCollect(CollectionM, Filter('Person List', StartsWith('Last Name', "M"))),ClearCollect(CollectionN, Filter('Person List', StartsWith('Last Name', "N"))),ClearCollect(CollectionO, Filter('Person List', StartsWith('Last Name', "O"))),ClearCollect(CollectionP, Filter('Person List', StartsWith('Last Name', "P"))),ClearCollect(CollectionQ, Filter('Person List', StartsWith('Last Name', "Q"))),ClearCollect(CollectionR, Filter('Person List', StartsWith('Last Name', "R"))),ClearCollect(CollectionS, Filter('Person List', StartsWith('Last Name', "S"))),ClearCollect(CollectionT, Filter('Person List', StartsWith('Last Name', "T"))),ClearCollect(CollectionU, Filter('Person List', StartsWith('Last Name', "U"))),ClearCollect(CollectionV, Filter('Person List', StartsWith('Last Name', "V"))),ClearCollect(CollectionW, Filter('Person List', StartsWith('Last Name', "W"))),ClearCollect(CollectionX, Filter('Person List', StartsWith('Last Name', "X"))),ClearCollect(CollectionY, Filter('Person List', StartsWith('Last Name', "Y"))),ClearCollect(CollectionZ, Filter('Person List', StartsWith('Last Name', "Z"))));ClearCollect(PLCollection,CollectionA,CollectionB,CollectionC,CollectionD,CollectionE,CollectionF,CollectionG,CollectionH,CollectionI,CollectionJ,CollectionK,CollectionL,CollectionM,CollectionN,CollectionO,CollectionP,CollectionQ,CollectionR,CollectionS,CollectionT,CollectionU,CollectionV,CollectionW,CollectionX,CollectionY,CollectionZ)