Gives positions of changes of an array. Helps to retrieve which values have changed inside an array. Unlike the array-difference outputs are arrays.
Array input flow(s).
Gives the number of element that have changed in the array (the size of the indexes output).
Array output containing indexes (positions) of the last changes.
Array output containing old values at the indexes positions (before they have changed).
Array output containing new values at the indexes positions.
Returns 1 if the array has changed, 0 otherwise.
version 6.0.241021
Edit All Pages