Is your question is finding element from an array or array from array?
If Finding Missing Element is your requirement use Search 1D array .
Trying to find a way to find all the missing values in an array but can't seem to find it can anyone help me with that
this help but i am trying a general solution in which value is given by the use and it could be of ant value and find all the missing values
foe example:
array 1D: 2 4 6 7
Ans: 1 3 5
this should be the answer
trying to find the missing element in an array
Seems like academic work, still you can refer this!
Duplicate Post
https://forums.ni.com/t5/LabVIEW/finding-array-from-an-array/td-p/3841458
palanivel when i try to connect this with the 1D search array it shoes a bad connection
Already array input node is there why you need to connect to1D array
Share the code snippet of yours