Hi all, does anyone know why the output of a and b are both replicated 10 times?
what’s driving this behavior? I was expecting it to simply give me “no” or “no too”
thank you!
Hi all, does anyone know why the output of a and b are both replicated 10 times?
what’s driving this behavior? I was expecting it to simply give me “no” or “no too”
thank you!
Because data input matching.
Perhaps you need to change one or more of the python script inputs from “item access” to “list access”?