Solution
There is no built-in LabVIEW function to achieve described functionality. However, you can get a changed value index from the array by implementing this simple code.
The
OldVal Event Data Node stores a previous control value. You can use it to compare new data and retrieve the changed index by iterating through arrays with enabled
Conditional Terminal. Index at which
For Loop stops iterating is the actual control array index with the new value.