Skip to main content

List: First

Return the first element of an input list. An empty list fails the step.

Example
Input: [10, 20, 30]
Output: 10

Parameters

This function has no parameters.

Input

ArrayREQUIRED

List to read from (Array or JSON array).

Output

Result

The first element. Same type as the list's elements.