Get a Column's Values
Gets the values of a specified column in a table.
Overview
This procedure retrieves a list of values from a specified column in a table. This can be helpful for tasks such as generating summaries, performing calculations, or feeding specific values into another part of a workflow.
Input Concepts
Concept
Type
Description
Default
Required
column name
string
The name of the column to retrieve.
No default
Yes
Output Concepts
Concept
Description
list
The specified column from the table as a list of values.
Examples
1. Get Column Values from a Sample Table
Last updated
Was this helpful?