We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5868a0a + 7376520 commit 4aaa361Copy full SHA for 4aaa361
src/connections/destinations/destination-filters.md
@@ -124,7 +124,7 @@ Use the [Public API](https://docs.segmentapis.com/tag/Destination-Filters/){:tar
124
"destinationId": "<DESTIANTION_ID>",
125
"title": "Don't send event if userId is null",
126
"description": "Drop event if there is no userId on the request",
127
- "if": "length( userId ) < 1 or typeof( userId ) != 'string'",
+ "if": "length( userId ) < 1",
128
"actions": [
129
{
130
"type": "DROP"
0 commit comments