I have 2 multi-dimensional arrays. Essentially, one of them is an array that is constantly updated. I would like to find the updates aka additions and deletions between the arrays. For instance, I have some data as follows: Updated/new array (Array #1): Old array (Array #2): What I’ve done so far is the following: This doesn’t give me the exact