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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,8 @@ The coalesce function takes a primary value and uses it if it is available. If t
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
210
### Concatenate function
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:
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.
212
+
212
213

0 commit comments