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

Properties
As with all Actions, Read Spreadsheet Row 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 row index (e.g. "5") to read all cells with values in row 5, or a specific range (e.g., "A5:G5") to read only those specified columns.
Stores the values in an RPA Array object.
If true, stops executing and ignores any remaining cells in the row 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).