Skip to main content

First Item

Get the first item in a list

Written by Holly Conrad Smith

Use this when you want to get the first item from a list within a flow, for example extracting the starting point of a polyline or the first result from a sorted set.

Category: Lists

Kind: Operation

Description: Get the last item from a list

Inputs

Name

Abbreviation

Type

Access

Description

List

L

Any

List

The list to read from

Outputs

Name

Abbreviation

Type

Access

Description

Value

V

Any

Item

The value of the first list item

How to:

  1. Feed in a list

  2. The result is the item at index 0.

Did this answer your question?