Hi Guys!
Does someone know how I can read an existing list and create another one depending on the number of “true” and “false”?.
For example, if I have 2 true and 1 false, I want dynamo to write in the list “true”, but if I have 2 “false” 1 “true”, I want dynamo to write “false”.
They needed to compare 3 lists to obtain the result and after that write the list like the original.(ex:,list1/Index0 - 3 true = true)
I tried to create something using binary numbers and “if”, but I don’t have any success because they don’t return the style of the original list. =/
Can someone help me?
IDEA:
TRY: