This message was deleted.
# announcements
w
This message was deleted.
f
Do you have some more details on the specific use case?
a
This is to element match multiple elements in a string array while ensuring all other elements are not included in the array. We originally used
includes
but quickly realized that it element matches rather than checking equivalency. And there is not an
equals
function for string[] attribute types.
f
I think we support that in the advanced mode. It uses the MongoDB query syntax and we support the $all, $and, $or, and $not operators.
👍 1
199 Views