Skip to main content
Workday User Guide
Last Updated: 2023-06-23
WD.LIST.GET

WD.LIST.GET

Description

Returns a single element from a list, based on the specified index.

Syntax

WD.LIST.GET(
list
,
index
)
  • list
    : The list to return the element from.
  • index
    : The position of the element in the list.

Example

The formula =list.get({10,9,8,7},2) returns the value: 9
The example below uses the values in this table:
A
B
C
1
jan
feb
mar
2
apr
may
jun
3
jul
aug
sept
The formula =LIST.GET(A2:C2,2) returns the result: may.

Related Functions

WD.LIST.LIST
WD.LIST.SIZE