I am trying to compare two lists to find indexes where both are true. And seems to be the perfect node for such a task but it does not seem to be working. Any ideas?
You’ll want to use ‘&&’ instead
2 Likes
I am trying to compare two lists to find indexes where both are true. And seems to be the perfect node for such a task but it does not seem to be working. Any ideas?
You’ll want to use ‘&&’ instead