> For the complete documentation index, see [llms.txt](https://docs.alphi.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphi.dev/nodes/get-values.md).

# Get Values

The **Get Values** node allows you to extract all the values from a specific column of a dataset.

## Options

### Key

This option represents the column that you would like to extract the values from.

## Output

Returns a new dataset with the property **values** which contains an array of the values extracted.
