Skip to content

Commit 8f3d416

Browse files
Update src/connections/destinations/destination-filters.md
1 parent 78d56ac commit 8f3d416

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,17 @@ There are certain destinations to which you may not want to send the `userId`. T
165165
}
166166
```
167167

168-
## Filter Conditional Operators
169-
`contains` : checks whether the field's value includes the provided substring
170-
`glob matches` : case sensitive, checks whether the value matches provided string
171-
`is (number)` : checks whether the value is exactly the provided integer
172-
`is (string)` : checks whether the value is exactly the provided string
173-
`is false` : checks whether the value is type boolean and is `false`
174-
`is not (number)` : checks whether the value isn't exactly the provided integer
175-
`is not (string)` : checks whether the value isn't exactly the provided string
176-
`is not null` : checks that the existing field does not have a `null` value
177-
`is null` : check that the existing field has a `null` value
178-
`is true` : checks whether the value is type boolean and is `true`
168+
## Filter conditional operators
169+
* `contains`: checks whether the field's value includes the provided substring
170+
* `glob matches`: case sensitive, checks whether the value matches provided string
171+
* `is (number)`: checks whether the value is exactly the provided integer
172+
* `is (string)`: checks whether the value is exactly the provided string
173+
* `is false`: checks whether the value is type boolean and is `false`
174+
* `is not (number)`: checks whether the value isn't exactly the provided integer
175+
* `is not (string)`: checks whether the value isn't exactly the provided string
176+
* `is not null`: checks that the existing field does not have a `null` value
177+
* `is null`: check that the existing field has a `null` value
178+
* `is true`: checks whether the value is type boolean and is `true`
179179

180180
## Important notes
181181

0 commit comments

Comments
 (0)