Read String From List Step
Brief description
This step reads values from the variable of data type list of strings and saves the value at the specified index to the new or existing variable of data type string (examples of use)
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- List of Strings (Required)– existing variable name of string list data type that contains the input value
- Iterator index (Required)– existing variable name of integer data type that contains the index of the position from which we want to read the string
Output parameters
String value destination variable (Required)– existing or new variable name of string data type that contains the string at the specified index position in the String array source variable