It looks like you are using the Number to Boolean Array primitive. This converts a *single* number to an array of Booleans. One way of converting an array of integers to an array of Booleans is to just pass it to the Greater Than 0? primitive. Any value in the input array that is greater than zero then results in a TRUE value in the output array.
↧