Get Item by Index
  • 21 Oct 2022
  • 1 Minute to read
  • Dark
    Light

Get Item by Index

  • Dark
    Light

Article Summary

Step Details

Introduced in Version---
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
ListTypeThe desired data type that the step will evaluate for.
---

Inputs

PropertyDescriptionData Type
Item IndexRepresents an Item's position in the List, starting from 0.Int32
ListList that the item to manipulate will be pulled from.---

Outputs

PropertyDescriptionData Type
List ItemThe item that had the specified Item Index---



Was this article helpful?

What's Next