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 and inserting the Sep 
input string in between entries to separate them.
Example
The array “Apples”,”Oranges”,”Pears” with Sep set to “,” would become “Apples,Oranges,Pears”. 
Connectors
Inputs Type Outputs Type
Array of strings
String Array String of appended 
entries from the array
String
Separator to insert between 
entries
String
406 of 494










