Append Row
UiPath.GSuite.Activities.AppendRow
Description
Appends a row to an existing spreadsheet.
Scopes
This activity requires the following scopes:
OR
Project compatibility
Windows - Legacy | Windows
Configuration
Properties
Common
- DisplayName - The display name of the activity.
Input
- ReferenceCell - The cell that you want to add the row below. The row is added to the first empty cell below the reference cell. This property supports
Stringvariables and string formatted values. The default value is "A1". - Row - The contents of the row that you want to add .This property supports
Arrayvariables. - SheetName - The name of the sheet that you want to make changes to. This property supports
Stringvariables and string formatted values. The default value is "Sheet1". - SpreadSheetID - The ID of the spreadsheet that you want to make changes to. This property supports
Stringvariables and string formatted values. When entering your value, use the exact ID, or the output property variable from a previous Find Files and Folders or Create New SpreadSheet activity.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.