We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1988a0 commit 0672daaCopy full SHA for 0672daa
src/connections/destinations/actions.md
@@ -348,7 +348,7 @@ Output: [email protected]
348
Explanation:
349
* The `if` tag checks if `event.properties.email` exists.
350
* The `downcase` filter converts the email to lowercase.
351
-* The `strip` filter removes leading/trailing whitespace.
+* The `strip` filter removes leading or trailing whitespace.
352
* The `default` filter provides a fallback email if the input is missing.
353
354
##### Example 2: Transform phone number with conditional logic
0 commit comments