Array Difference Array Out

Gives positions of changes of an array. Helps to retrieve which values have changed inside an array. Unlike the array-difference outputs are arrays.

Settings

array in

Array input flow(s).

number of changes

Gives the number of element that have changed in the array (the size of the indexes output).

indexes

Array output containing indexes (positions) of the last changes.

old values

Array output containing old values at the indexes positions (before they have changed).

new values

Array output containing new values at the indexes positions.

changed

Returns 1 if the array has changed, 0 otherwise.

See also

version 6.0.241021

Edit All Pages