Hi, I’m trying to split a list into two separate lists, 1 that has all parameters that repeat, and one that is a list of all parameters that don’t repeat. IN the below example, the two lists would be;
0.01
0.02
0.03
0.05
And;
0.04
0.04
Use the UniqueItems node
You could also use the CountOccurences node from the Clockwork Package and then have a simple
“Amount > 1 ?” Code Block with a List.FilterbyBoolmask