Skip to content

Commit a84026e

Browse files
authored
Merge pull request #7673 from segmentio/wilwong-segment-patch-1
Dot Notation Support in Mappings Destination Fields
2 parents 1543fd7 + 8da15ec commit a84026e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/connections/destinations/actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ The available operators depend on the property's data type:
261261

262262
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.
263263

264-
> info "Unsupported Special Characters"
265-
> 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.
264+
> info "Unsupported special characters in trigger fields"
265+
> Trigger fields don't support double quotes (`"`) or the tilde (`~`) character.
266266
267-
> info "Limitations"
268-
> Mapping fields don't support dot notation. For example, properties.amount.cost or properties_amount.cost aren't supported.
267+
> info "Mapping field limitations"
268+
> In **destination** fields, you can use dot notation to create nested objects and arrays (for example, `info.name` or `info[0].email`), unless the field is enclosed in double quotes (for example, `"user.email"` creates a literal key, not a nested structure). In **source**, dots are only supported for accessing object keys. Literal strings that include a dot (like `user.email`) aren't supported as property names.
269269
270270
> info "Destination Filters"
271271
> Destination filters are compatible with Destination Actions. Consider a Destination Filter when:

0 commit comments

Comments
 (0)