Skip to content

Commit f2f4c23

Browse files
added concat function
1 parent c459836 commit f2f4c23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/destinations/actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ The coalesce function takes a primary value and uses it if it is available. If t
207207

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

210+
### 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.
212+
210213
### Conditions
211214

212215
> info ""

0 commit comments

Comments
 (0)