Use the Join component
Concatenate the elements of an array into a string by using the Join component in RPA Desktop Design Studio.
Vorbereitungen
Role required: none
Warum und wann dieser Vorgang ausgeführt wird
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.