Skip to main content

Google Sheets

Read and write spreadsheet data from a workflow.

Configuration

Navigate to Settings → Integrations → Add Integration → Google Sheets.

Authentication methods

MethodFields
Connect with Google (OAuth)Click the button to authorise via Google OAuth. Grants Sheets read/write access.
Service AccountSelect a configured cloud service account with Sheets API enabled.

Click Test Connection to verify access.

Editor usage

Add a Google Sheets node to the canvas.

Data tab

Fields vary by operation. Common fields include:

FieldDescription
OperationThe action to perform (e.g. read, write, append)
Spreadsheet IDThe ID of the target spreadsheet
Sheet NameThe name of the sheet/tab within the spreadsheet
RangeCell range to read or write (e.g. A1:D10)
ValuesData to write (supports variable interpolation)

Config tab

Select which Google Sheets connection to use.

Workflow example

Connect a Playwright node → Google Sheets node to log test results into a spreadsheet for tracking and reporting.