Skip to content

Commit d9b16d8

Browse files
Update actions.md
1 parent 3b60054 commit d9b16d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/destinations/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ The replace function allows you to replace a string, integer, or boolean with a
230230

231231
### Concatenate function
232232

233-
To combine two values in the event variable field, you can concatenate them using plain text and variables together. For example, to prepend the country code to a phone number, enter `+1{{Phone Number}}`.
233+
To combine two values in the event variable field, you can concatenate them using plain text and variables together. For example, to prepend the country code to a phone number, enter `+1{{Phone Number}}`. Segment evaluates this field as a string, so placing text next to a variable automatically concatenates them.
234234

235-
Segment evaluates this field as a string, so placing text next to a variable automatically concatenates them.
235+
You cannot concatenate event variables and plain text with static values and functions. Adding a static value or function into an input field replaces any previously added event variables and plain text.
236236

237237
![Mapping UI showing two concatenated fields: "+1 phone" and "context.page.url context.page.path"](images/mapping-concatenation.png)
238238

0 commit comments

Comments
 (0)