Skip to main content

Shift

Removes the first item from a list

Written by Holly Conrad Smith

Use this when you want to remove the first item from a list within a flow, for example dropping a header value or starting point before processing the rest.

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?