I’m looking to break up a list based on the same values; values in this case would be a specific programmatic department. I have managed to split the list based on each individual input but I would like to split the list based on the same department and keep the instances of each department as a sublist. Any suggestions on the best way to go about it?
There’s a great node for this purpose: GroupByKey. Input your original list into both the list and key inputs and it will group the items by their name. See image below.