Skip to content

Commit 09c98a0

Browse files
updated concat usage description
1 parent f2f4c23 commit 09c98a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/connections/destinations/actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ The coalesce function takes a primary value and uses it if it is available. If t
208208
The replace function allows you to replace a string, integer, or boolean with a new value. You have the option to replace up to two values within a single field.
209209

210210
### Concatenate function
211-
You can concatenate two properties by using a pipe '|' character, or add the string value (e.g. +1`phoneNumber`) in the event variable field itself to concatenate.
211+
You can concatenate two properties by adding them next to each other, or add the string value (e.g. +1`phoneNumber`) in the event variable field itself to concatenate. Here is an example:
212+
![Screenshot of the Mappings example for concatenating two values](images/mapping-concatenation.png)
212213

213214
### Conditions
214215

0 commit comments

Comments
 (0)