I've created a similar array to this:
[
{
"AnchorTag": "123-456789",
"Vendor": 38
},
{
"AnchorTag": "234-567890",
"Vendor": 28
},
{
"AnchorTag": "345-678901",
"Vendor": 43
},
{
"AnchorTag": "456-789012",
"Vendor": 43
}
]
I've been trying to use Filter Array to return a result when, AnchorTag equals value (such as 345-678901).
It never returns a value.
Is there a special syntax for what I'm trying to do? Or perhaps what I'm trying to do is impossible with the Filter Array function?