Array Contains

Checks if an array contains elements of another array (sub array). Also, counts the number of elements of the sub array present in the input array.

Settings

array in

Array input flow(s).

sub array

Sub array to find.

contains all

Sends 1 if all the elements of the sub array are present in the array in.

For example with array in = [1,2,3,4,5,6] sub array = [1,2] will send 1

contains one

Sends 1 if at least one element of the sub array is present in the array in

For example with array in = [1,2,3,4,5,6] sub array = [1,7] will send 1

count

Sends the number of elements of the sub array present in the array in

For example with array in = [1,2,3,4,5,6] sub array = [1,2,5,7] will send 3

array out

Array output flow(s).

See also

version 6.0.240115

Edit All Pages