Skip to content

Updated the data type under the Conditions section #4707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/connections/destinations/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The available operators depend on the property's data type:
| Data Type | Supported Operators |
| ----------------- | -------------------------------------------------------------------------------------------- |
| string | `is`, `is not`, `contains`, `does not contain`, `starts with`, `ends with` |
| string or numeric | `is less than`, `is less than or equal to`, `is greater than`, `is greater than or equal to` |
| numeric | `is less than`, `is less than or equal to`, `is greater than`, `is greater than or equal to` |
| boolean | `is true`, `is false` |

You can combine criteria in a single group using **ALL** or **ANY**. Use an ANY to “subscribe” to multiple conditions. Use ALL when you need to filter for very specific conditions. You can only create one group condition per destination action. You cannot created nested conditions.
Expand Down