Transform a list to seperated string
Transform a certain list to seperated string
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
List | The list to transform. | ARRAY | false | |
Seperator | The seperator to use within the string. For example the list ['a','b','b'] with the seperator ',' will result in the string: 'a,b,c'. | STRING | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store in the "Variable scope" containing the result. | STRING |