Read Range
UiPath.GSuite.Activities.ReadRange
Description
Reads the contents of a range in a Google spreadsheet and converts it to a DataTable.
Scopes
This activity requires the following scopes:
OR
OR
OR
Project compatibility
Windows - Legacy | Windows
Configuration
In the body of the activity
- Spreadsheet - A reference to a Google Spreadsheet where a certain range is to be read. Typically obtained via the Use Google Spreadsheet activity. This property supports
IGoogleSheetTargetvariables. - SheetName - The name of the sheet that includes the range you want to read. This property supports
Stringvariables and string formatted values. The default value is "Sheet1". - Range - The address of the first cell that you want to read, for example
Sheet3!B3:D10. This property supportsStringvariables and string formatted values. The default value is "A1". All cells that contain content in the row specified are read. - Has headers - If selected, the first row from the range will be defined as column header for the data table. If not selected, the headers have a default value of Column n, where n is the column number. This option is selected by default.
- Save to - The variable into which the read value is saved, if you want to use the data table in other activities in the automation.
Properties panel
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
- Spreadsheet - See Spreadsheet in the body of the activity.
- Range - See Range in the body of the activity.
- SheetName - See Sheet in the body of the activity.
- SpreadsheetID - The ID of the spreadsheet file to use. This property supports
Stringvariables and string formatted values.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
Options
- IncludeHeaders - See Has headers in the body of the activity.
Output
- Result - See Save to in the body of the activity.