Reference
Components
String Array to String
Description
This component converts a String Array to a single String by appending the entries in the array to each other in order.
Example
The array “Apples”,”Oranges”,”Pears” would become “ApplesOrangesPears”.
Connectors
Inputs Type Outputs Type
Array of strings
String Array String of appended
entries from the array
String
405 of 494