Flag events whose category is NOT in a set
Flag events whose category is NOT in a set
In this article, you will find the rules document for flagging events whose category is NOT in a set.
Before you begin
To learn how to access the rules page, refer to this
article
.
Flag events whose category is NOT in a set
Note:
This is a complete rules document. In the rules page, copy this JSON into the editor.
[
{
"name": "json1",
"operator": "any",
"rules": [
{
"conditions": {
"all": [
{
"fact": "primaryCategory",
"operator": "notIn",
"value": [
"Interview",
"B-Roll"
]
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event is neither Interview nor B-Roll"
}
}
}
]
}
]