Skip to content

Google sheets

Description

The Google Sheets activity allows you to retrieve structured data from a specific worksheet inside a selected Google Sheet file.

This activity is useful for reading tabular data, configurations, or external inputs from Google Sheets as part of a workflow. You can specify the file and sheet name to extract only the necessary content.

Use this activity to:

  • Import tabular data from Google Sheets for processing
  • Read dynamic configurations maintained by users
  • Integrate sheet-based inputs into automated workflows

Use case:
A marketing team maintains campaign data in a Google Sheet. This activity reads the latest campaign metrics into the workflow and passes it to Data Transfors for analysis and reporting.

Input

Not Applicable

Output

Output TypeFormatDescription
DataTableParsed data from the selected sheet

Configuration Fields

Field NameDescription
ConnectionSelect the Google Sheets connection to authenticate and access your files.
File NameChoose the file from your connected account. (Single file selection only)
Sheet Name(Optional) Specify the sheet to read from. Defaults to the first sheet.

Sample Input

Not applicable

Sample Configuration

FieldValue
connection.idgoogle-sheets-connection
fileNameCampaign_Metrics_Q2_2024
sheetNameApril_Data

Sample Output

CampaignClicksImpressionsCost
A132010,000$45.00
B22808,500$38.00
C341012,000$50.00