Lists

Get Element

4min
overview the get element action retrieves the value of an element at a specified index within a list 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