Join values with delimiter
Joins an array of values into a single string using the given delimiter. The reverse of "Split string".
Joins an array of values into a single string using the given delimiter. The reverse of "Split string".
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Values to join | string | yes | |
| Delimiter | string | — | |
| Skip empty values | bool | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Result | string |