Skip to main content

List: Last

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

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

Parameters

This function has no parameters.

Input

ArrayREQUIRED

List to read from (Array or JSON array).

Output

Result

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