Lists

Get Element

4min

Overview

The Get Element action retrieves the value of an element at a specified index within a list.



Document image


Parameters

Inputs

  • 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.

Outputs

  • Result (object): The object value of the element found at the specified index.

Important Notes

  • Ensure that the index provided is within the bounds of the input list to avoid errors.



Updated 14 Apr 2024
Doc contributor
Doc contributor
Did this page help you?