Convert the collection to the string Version 1 (Net)

Action group: Collections, subgroup: Arrays


Description

The action converts the collection elements to one string

Action icon

Parameters

Input parameters

Output parameters

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
CollectionThe collection whose elements will be converted to a stringRobin.Collection
Yes
SeparatorThe character or characters that will separate the elements in the stringRobin.String
No
Results
ResultThe string with joined elements from the collectionRobin.String

Special conditions of use

Example of use 

Task 1 

Conversion without the separator. 

Solution

  1. Set the "Convert the collection to the string" items action to the workspace.
  2. Set the parameters correctly: in the "Collection" parameter set the collection with several string or numeric elements, set the "Separator" as a character/characters. 
  3. Run the robot. 

Implementation

  1. Set the "Convert the collection to the string" action to the workspace. 
  2. Set the parameters correctly: in the "Collection" field set the collection with several string or numeric elements, do not set the "Separator".
  3. Run the robot. 



Result

The action returned the string with string and numeric collection elements that were separated with the set character/characters. 

Task 2

Conversion with the separator

Solution

  1. Set the "Convert the collection to the string" action to the workspace. 
  2. Set the parameters correctly: in the "Collection" parameter set the collection with several string or numeric elements, set the "Separator" as a character/characters. 
  3. Run the robot. 

Implementation

  1. Repeat steps 1-3 of Task 1.
  2. Set the parameters correctly: in the "Collection" field set the collection with several string or numeric elements, do not set the "Separator".

Result

The action returned a string of consecutive string and numeric elements of the set collection.

 Task 3

Conversion of the collection without string/numeric elements. 

Solution

  1. Set the "Convert the collection to the string" action to the workspace.
  2. Set the parameters correctly: in the "Collection" parameter set the collection without string or numeric elements, set the "Separator" as a character/characters.
  3. Run the robot. 

Implementation

  1. Repeat steps 1-3 of Task 1. 
  2. In the "Collection" parameters don't set the collection type. Leave it empty. 

 

Result

The action returned an empty string.