Skip to main content

Get Cell Position From Index Action

Get Cell Position From Index Action converts 1-based row and column numeric indices into an A1-style spreadsheet cell address string (e.g., row index 5, column index 3 becomes cell position "C5").

Appearance

In Talos, Get Cell Position From Index Action appears as a standard rectangular node with an index-to-cell-reference icon.

Icon

Properties

As with all Actions, Get Cell Position From Index Action has a set of unique properties required for its 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 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.
RowInteger
The 1-based numeric row index of the target cell.

Provide an integer value or an expression resolving to an Integer (must be >= 1).

ColumnInteger
The 1-based numeric column index of the target cell.

Provide an integer value or an expression resolving to an Integer (must be >= 1). For example, column 1 corresponds to column A, and column 27 corresponds to column AA.

Output VariableString
The variable name to store the resulting A1-style cell reference string.

Stores the cell reference string (e.g., "C5") as an RPA String variable, perfect for passing into write spreadsheet actions.