Use the Join component
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- RPA Hub
Concatenate the elements of an array into a string by using the Join component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
You can concatenate the elements of an array into a string by applying a specified separator such as dot, comma, or pipe. For example, if the string is {“Apple”, “Banana”, “Orange”} and separator is dot (.), then the concatenated string would be "Apple.Banana.Orange".
You can configure the properties for the Join component. For more information about these properties, see Properties of the String Utilities components.
Procedure