You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/actions.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,9 @@ The coalesce function takes a primary value and uses it if it is available. If t
207
207
208
208
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.
209
209
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.
0 commit comments