Keragon’s Join Text Helper allows you to combine all elements of an array into a single string, separated by a custom delimiter. This is useful when you need to present array data as a readable string or pass it to third-party apps that don’t support arrays.
How to Use the Join 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 "Join" action.
-
(Optional) Click the
{}
icon if you want to switch between static values and custom expressions. If you’re working with an array variable, select Custom Expression. -
Click the Values field.
-
Use the Variable Selector to map the array you want to join.
-
Set your separator in the Separator field (e.g., comma
,
, space|
). -
Click "Save" to apply changes.
-
Click "Test Step" to preview the result.
-
Go to the Outputs tab to view the final joined string.
Example Result: An array ["Apple", "Banana", "Cherry"]
with a comma separator will output as "Apple,Banana,Cherry"
.