I have two arrays where I'm trying to find the differences that are in array 2. With the current setup everything is returning false for the condition and I end up with basically a copy of array 1.
Array 1:
[
{
"DEVOPS Ticket": "10982756"
},
{
"DEVOPS Ticket": "10982759"
},
{
"DEVOPS Ticket": "10982755"
}
]
Array 2:
[
{
"HS ID": "11361580"
},
{
"HS ID": "10982756"
}
]Flow:
The compose doesn't do anything except allows me to see what's being compared.

This should have returned true