Read Integer from List Step
Brief description
This step reads values from variable of list of integers data type and saves the value at the specified index to the new or existing variable of integer data type
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 integers (Required)– existing variable name of list of integers 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 integer
Output parameters
Integer value destination variable (Required) – existing or new variable name of integer data type that contains the integer at the specified index position in the Integer array source variable