Skip to main content
Version: Current

Google Sheets Data Selection

Overview

Google Sheets activities use spreadsheet, sheet, cell, and range settings to identify where data should be read, written, updated, or deleted.

This page explains the common selection patterns used across Google Sheets activities.


Spreadsheet Selection

The Spreadsheet field identifies the Google Spreadsheet used by the activity.

You can:

  • Select a spreadsheet using the Google Drive Picker.
  • Provide a spreadsheet identifier dynamically through Process Data.

A separate Google Sheets Connection is required to access spreadsheet data.


Sheet Selection

The Sheet Name field identifies the sheet tab within the spreadsheet.

If a sheet name is not specified, the activity uses the currently active sheet, where supported.

Examples:

Sheet Name
Sheet1
Orders
Monthly Report

Cell Address

A cell address identifies a single cell using A1 notation.

Examples:

Cell AddressDescription
A1First column, first row
B5Second column, fifth row
AA10Column AA, row 10

Range Selection

A range identifies a group of cells using A1 notation.

Examples:

RangeDescription
A1:C5Cells from A1 through C5
A:AEntire column A
1:1Entire first row
A1Single-cell range

From and To Selection

Some activities use separate From and To fields instead of a single range field.

FieldDescription
FromStarting cell address
ToEnding cell address

Example:

FromToSelected Range
A1C5A1:C5

Selection Type

Some activities allow choosing between a single cell and multiple cells.

Selection TypeRequired Fields
SingleCell Address
MultipleFrom and To

Common Usage

Activity TypeTypical Selection
Read CellCell Address
Read RangeRange or From/To
Write CellCell Address
Write RangeStarting Cell or Range
Delete CellsCell Address or From/To
Clear RangeRange
FindSheet or Range

Notes

  • Cell and range values can be provided statically or dynamically using Process Data.
  • Sheet names must match the sheet tab name in the spreadsheet.
  • If a sheet name contains spaces or special characters, use the exact sheet name.
  • Activities may fail if the specified sheet, cell, or range does not exist.