Skip to content

Commit 951c71c

Browse files
authored
Merge pull request #4073 from segmentio/sarahrudy-patch-10
Add information about the Coalesce function
2 parents eba657d + e63d73d commit 951c71c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/connections/destinations/actions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ If necessary, click **New Mapping** to create a new, blank action.
120120
> info ""
121121
> The required fields for a destination mapping appear automatically. Click the + sign to see optional fields.
122122
123+
### Coalesce function
124+
125+
The coalesce function takes a primary value and uses it if it is available. If the value isn't available, the function uses the fallback value instead.
126+
127+
128+
123129
### Conditions
124130

125131
> info ""

0 commit comments

Comments
 (0)