Skip to content

Commit 38c8272

Browse files
authored
Merge pull request #6402 from segmentio/spencerattick-patch-7
additional info on unsupported characters
2 parents 06f7413 + e2502a7 commit 38c8272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The available operators depend on the property's data type:
234234
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.
235235

236236
> info "Unsupported Special Characters"
237-
> Mappings do not support the use of double quotes " or a tilde ~ in the trigger fields.
237+
> 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.
238238
239239
> info "Limitations"
240240
> Mapping fields don't support dot notation. For example, properties.amount.cost or properties_amount.cost aren't supported.

0 commit comments

Comments
 (0)