Keragon’s Truncate Text Helper allows you to shorten long text strings by limiting their length and appending an optional omission indicator. This is useful when you need to control text display length for UI presentation, notifications, or summaries.
How to Use the Truncate 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 "Truncate" action.
-
Click the Value field.
-
Use the Variable Selector to map the text value you want to truncate.
-
Set the Max Length field with the maximum number of characters to return (this includes the omission string if provided).
-
(Optional) Set the Omission field with the string to indicate that text has been truncated (e.g.,
"..."
). -
Click "Save" to apply changes.
-
Click "Test Step" to preview the result.
-
Go to the Outputs tab to view the truncated text.
Example Result:
-
Input:
"Keragon helps you build powerful automations quickly and easily."
-
Max Length:
30
-
Omission:
"..."
-
Output:
"Keragon helps you build pow..."