DescriptionReturns the value at the given index in the given list. If the index is out of bounds, returns null.Available InAppsAutomationsSyntaxARRAY_VALUE_AT_INDEX(list: List, index: Integer)ExampleARRAY_VALUE_AT_INDEX([1,2,3], 0) = 1