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