Mapping functionsListLastOn this pageList: Last Return the last element of an input list. An empty list fails the step. ExampleInput: [10, 20, 30]Output: 30 Parameters This function has no parameters. Input Array—REQUIREDList to read from (Array or JSON array). Output ResultThe last element. Same type as the list's elements.