Skip to main content

Shift

Removes the first item from a list

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

List

L

Any

List

The list to shift from

Outputs

Name

Abbreviation

Type

Access

Description

List

L

Any

List

The list with the first item removed

Item

I

Any

Item

The item shifted from the list

How to

  1. Feed in a list

  2. The result is the list with the first item removed

  3. A secondary result is the item that was removed

Did this answer your question?