Skip to content

Commit a4dcb50

Browse files
committed
Updates to include what kind of error will be thrown
1 parent 62373fa commit a4dcb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Mapping fields are case-sensitive. The following type filters and operators are
214214
{% comment %}
215215

216216
> 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.
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.
218218
219219
> info "Event property operators and supported data types"
220220
> Operators support matching on values with a **string** data type:

0 commit comments

Comments
 (0)