As a slightly related aside in this conversation I’d still one day like to add `each` to filter: — filter array and retain elements where element[“foo”][“bar”] = “baz" put “foo” into tPath[1] put “bar” into tPath[2] filter elements of tArray by evaluating each[tPath] is “baz” Cheers Monte