Skip to content

Commit 4bd264e

Browse files
Merge pull request #6749 from segmentio/actions-no-numeric-triggers
[actions] Adds a info box describing invalid property or trait values
2 parents bc6a26b + a4dcb50 commit 4bd264e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/destinations/actions.md

+4
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 and trait names must begin with the characters: [a-z], [A-Z] or '_'. Property and trait names don't support special characters in the first character. If you save a property or trait with a special character in the first character, you'll get an Invalid Trigger error.
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)