Action group: Text
The action joins string variables in one with the set separator.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Separator | Text separator. | Robin.String | No | |
Text | Part of the text to be joined. | Robin.String | Yes | |
Results | ||||
Result | String variable to which the result of the concatenation will be written | Robin.String |
To add a new string variable click on the plus button.
"Separator" parameter.
Example 1:
Separator - not set
Text - Hello
Text 1 - World
Result - HelloWorld
Example 2:
Separator - ,
Text - Hello
Text 1 - World
Result - Hello,World
Example 3:
Separator - ;
Text - Ivanov
Text 1 - Ivan
Text 2 - Ivanovich
Result - Ivanov;Ivan;Ivanovich
Join 3 strings into one variable.
Use the "Join" action.