Skip to content

Commit 0c3aada

Browse files
Update src/connections/destinations/actions.md
Co-authored-by: stayseesong <[email protected]>
1 parent 0672daa commit 0c3aada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/destinations/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Input: `event.properties.phone` = "(123) 456-7890"
369369
Output: +11234567890
370370

371371
Explanation:
372-
* The `assign` tag stores the cleaned phone number after applying `strip` and `remove` filters to eliminate whitespace and non-digit characters (e.g., `-`, `(`, `)`).
372+
* The `assign` tag stores the cleaned phone number after applying `strip` and `remove` filters to eliminate whitespace and non-digit characters (for example, `-`, `(`, `)`).
373373
* The `slice: 0, 1` filter checks if the phone number starts with `1`; if not, `prepend: "1"` adds the country code.
374374
* The `prepend: "+"` filter adds the `+` prefix.
375375
* The `default` filter outputs an empty string if the phone number is missing.

0 commit comments

Comments
 (0)