Lists
Get Element
4min
The Get Element action retrieves the value of an element at a specified index within a list.
- Input List (list<object>): A list of objects from which to retrieve the element.
- Index (integer): The zero-index-based integer representing the position of the desired element within the input list.
- Result (object): The object value of the element found at the specified index.
- Ensure that the index provided is within the bounds of the input list to avoid errors.