Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions src/connections/destinations/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ The available operators depend on the property's data type:

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.

> info "Unsupported Special Characters"
> Mappings do not support the use of double quotes " or a tilde ~ in the trigger fields. In mapping fields, the . character is not supported unless it's being used to access an object key. If a string has a . in it, that is not supported.
> info "Unsupported Special Characters In Trigger Fields"
> Trigger fields do not support the use of double quotes `"` or a tilde `~`.

> info "Limitations"
> Mapping fields don't support dot notation. For example, properties.amount.cost or properties_amount.cost aren't supported.
> info "Mappings Limitations"
> In mapping fields, the dot (`.`) character in destination fields is supported for creating nested objects and arrays (e.g., `info.name` or `info.[0].email`) unless enclosed in double quotes (e.g., `"user.email"` for a literal key). For source fields, dots are only supported for accessing object keys. Literal strings with dots in source property names are not supported.

> info "Destination Filters"
> Destination filters are compatible with Destination Actions. Consider a Destination Filter when:
Expand Down