How can I split this list to that I get two groups - “L” prefixed and “B” prefixed ones?
Trying to work my head around Group By Key but cannot figure out if it is the correct way of doing it and how it works.
String.CharacterAtIndex to get the first character.
List.GroupByKey where the original list of strings is the list, and the keys are results of the character at index node. You can then sort the list of lists by the unique keys if you want the b levels before the L levels.