Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f72cd2

Browse files
committedJun 25, 2024·
Adds a info box describing invalid property or trait values in actions
1 parent 6167e5c commit 3f72cd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/connections/destinations/actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ Mapping fields are case-sensitive. The following type filters and operators are
212212
You can specify nested properties using dot notation, for example `context.app.name`. If the property might appear in more than one format or location, you can use an ANY statement and add conditions for each of those formats. For example, you might filter for both `context.device.type = ios` as well as `context.os.name = "iPhone OS``"`
213213
The `does` `not exist` operator matches both a `null` value or a missing property.
214214
{% comment %}
215+
216+
> info "Valid Property and Trait Values"
217+
> Property or trait names must begin with the characters: [a-z], [A-Z] or '_'. Special characters are unsupported and will trigger an error if entered.
218+
215219
> info "Event property operators and supported data types"
216220
> Operators support matching on values with a **string** data type:
217221
> - `is`, `is not`, `contains`, `does not contain`, `starts with`, `ends with`

0 commit comments

Comments
 (0)
Please sign in to comment.