Keragon’s Trim Text Helper allows you to remove unnecessary whitespace from the beginning and end of a text string. This is useful for cleaning up user inputs, form submissions, and any other text data that may contain accidental spaces.
How to Use the Trim Text Helper
-
Open your workflow editor.
-
Click the + icon to add a new step.
-
In the step selection panel, click "Helpers".
-
From the Helpers options, select "Text Helpers".
-
Choose the "Trim" action.
-
Click the Value field.
-
Use the Variable Selector to map the text value you want to trim. (Example: A name field that may contain extra spaces.)
-
Click "Save" to apply changes.
-
Click "Test Step" to preview the result.
-
Go to the Outputs tab to view the trimmed text.
Example Result:
-
Input:
" John Doe "
-
Output:
"John Doe"
Note: The Trim helper only removes whitespace from the start and end of the text. It does not remove spaces between words.