- Documentation
- Activities
- Text
- Join text
Combine multiple text parts into one string with a separator
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Text Parts textParts | array | Required | — | Each part is joined in order, separated by the delimiter |
Delimiter delimiter | string | Optional | , | Character(s) to place between parts |
Output Variable outputVariable | variable | Optional | JoinedText | — |
Output
JoinedTextStringCombined text with delimiter between parts
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Change text case
Change text to UPPERCASE, lowercase, Title Case or Sentence case
Combine text
Combine several values into one piece of text, with nothing between them
Contains text
Check whether some words appear inside a piece of text
Convert datetime to text
Turn a date into readable text like "January 5, 2025"
Ends with
Check whether text ends with a given suffix
Extract substring
Extract a portion of text by position