Read Cell Range
Description
Retrieves data from a specified range of cells in a Google Spreadsheet and converts it into a structured output format.
Common Capabilities
Process Data Support
This activity supports dynamic configuration using variables from the Process Data drawer.
You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.
Learn more → Using Process Data
Design Time Configuration
Display Text
The label for this activity as it appears on the workflow canvas.
Connection Name
Select the configured Google Drive connection used to authenticate and access the spreadsheet.
Spreadsheet
The file path or unique Spreadsheet ID of the Google Spreadsheet stored in Google Drive.
See this guide for details on using file paths and IDs.
Sheet Name
The name of the sheet where the operation will be performed.
If left empty, the currently active sheet is used.
Cell Range
The range of cells to read, defined using A1 notation
(for example, A1:D20).
Include Header
When enabled, the first row of the selected range is treated as column headers instead of data rows.
Exclude Duplicate Columns
When enabled, columns identified as duplicates are excluded from the output to ensure unique column indexing.
Transpose
When enabled, the data orientation is rotated so that rows become columns and columns become rows.
Wait All Incoming
Controls how this activity behaves when multiple incoming execution paths converge.
Choose whether the activity runs when:
- any incoming path completes, or
- all relevant incoming paths complete before execution
Learn more → Execution Control
On Error
Defines how the workflow behaves if this activity encounters a runtime error.
Supported strategies include Fault, Continue, Suspend, and Retry.
Output
An output object containing the structured cell data and associated metadata.