Read Column
UiPath.GSuite.Activities.ReadColumn
Description
Reads all content filled cells in a column (indicated by the starting cell) from the Spreadsheet.
note
This classic activity is in maintenance mode. Instead, use the modern equivalent, the Read Column activity.
Scopes
This activity requires the following scopes:
OR
OR
OR
Project compatibility
Windows - Legacy | Windows
Configuration
Properties
Common
- ContinueOnError - If set, the remaining activities are executed if the current activity fails. This field supports Boolean values.
- DisplayName - The display name of the activity. This property supports
Stringvariables and string formatted values.
Input
- SheetName - The name of the sheet that includes the column you want to read. This property supports
Stringvariables and string formatted values. The default value is "Sheet1". - SpreadSheetID - The ID of the Spreadsheet that includes the sheets you want to read. This property supports
Stringvariables and string formatted values. When entering your value, use the exact File ID, or the output property variable from a previous Find Files And Folders or Create New SpreadSheet activity. - StartingCellAddress - The address of the first cell in the column. This property supports
Stringvariables and string formatted values. The default value is "A1". All cells that contain content in the specified column are read.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
Output
- Column - The contents of the column as an array of objects. This property supports
Objectarray variables. You can use this variable as an input property value in other Google Workspace activities.