Read Spreadsheet Column Action
Read Spreadsheet Column Action reads cell values from a specified column (or a subset range within a column) of an open worksheet and outputs them as an array of values.
Appearance
In Talos, Read Spreadsheet Column Action appears as a standard rectangular node with a spreadsheet column reader icon.

Properties
As with all Actions, Read Spreadsheet Column Action has a set of unique properties required for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same-type actions.
This property is Read only and it is not customizable
Must refer to a spreadsheet variable opened by a preceding Open Spreadsheet Action.
Provide the sheet name, e.g., "Sheet1".
Can be a single column letter (e.g. "C") to read all cells with values in column C, or a specific range (e.g., "C1:C10") to read only those specified rows.
Stores the values in an RPA Array object.
If true, stops executing and ignores any remaining cells in the column after encountering an empty cell.
If set to true, empty cells are pushed into the array. If false, empty cells are skipped (unless Break On Empty stops execution).