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.

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.
By customizing this property, you can differentiate between same-type actions.
This property is Read only and it is not customizable
Provide an integer value or an expression resolving to an Integer (must be >= 1).
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.
Stores the cell reference string (e.g., "C5") as an RPA String variable, perfect for passing into write spreadsheet actions.