Get Next Empty Row Spreadsheet Action
Get Next Empty Row Spreadsheet Action scans a specified worksheet of an open spreadsheet and finds the index of the first completely empty row (i.e., row with no cells containing values).
Appearance
In Talos, Get Next Empty Row Spreadsheet Action appears as a standard rectangular node with a horizontal spreadsheet row and an arrow icon.

Properties
As with all Actions, Get Next Empty Row Spreadsheet 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 reference a spreadsheet variable opened by a preceding Open Spreadsheet Action.
Provide the exact name of the sheet (e.g., "Sheet1").
Stores the next empty row index as an RPA Integer. Extremely useful for appending new rows of data without overwriting existing entries.