Skip to main content

Read Spreadsheet Cell Action

Read Spreadsheet Cell Action retrieves the value from a specific cell in an opened spreadsheet. It is commonly used to extract individual data points for processing, validation, or use in subsequent workflow actions.

Appearance

In Talos, Read Spreadsheet Cell Action appears as a rectangular node with a cell icon, indicating cell-level data access. It shows the name of the variable that the data of the cell will be saved.

Decision Icon

Properties

As all Actions, Read Spreadsheet Cell Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
SpreadSheet VariableString
The spreadsheet object to read from.
Sheet NameString
The name of the worksheet containing the cell.
Locate Cell byEnum
How to locate the cell. Enums: Cell position, Row and column
Cell PositionString
The cell reference (e.g., A1, B2).
RowString
The row number of the cell.
ColumnString
The column number of the cell.