Step Details |
| Introduced in Version | --- |
| Last Modified in Version | 7.12.0 |
| Location | Data > List |
The Get Item By Index step is used to find an object in a list based on a user input index value (starting with 0). The step utilizes the user input ListType value to evaluate the type of values that will be filtered through. Then, the step uses the user input Item Index value to determine which value in the list will be filtered out. This step can retrieve the specified element from a list and make it available as a single object.
Properties
Data
| Property | Description | Data Type |
|---|
| ListType | The desired data type that the step will evaluate for.
| --- |
Inputs
| Property | Description | Data Type |
|---|
| Item Index | Represents an Item's position in the List, starting from 0. | Int32 |
| List | List that the item to manipulate will be pulled from. | --- |
Outputs
| Property | Description | Data Type |
|---|
| List Item | The item that had the specified Item Index | --- |
