Use the Join component
Concatenate the elements of an array into a string by using the Join component in RPA Desktop Design Studio.
始める前に
Role required: none
このタスクについて
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.