Write Data takes data from previous workflow nodes and writes it to your Google Sheets spreadsheets. Essential for saving advertising reports, analytics data, or any processed information to your sheets for storage and analysis.


Inputs

FieldTypeRequiredDescription
Spreadsheet URL/IDTextYesGoogle Sheets document link or ID
Working SheetSelectYesWhich sheet tab to write to
Write ModeSelectYesOverwrite existing data or append to end
Starting RowNumberYesRow number where data writing begins
Data MappingSelectYesUse all data or select specific columns
DataDataYes*Data source from previous nodes (*Required for “Use All Data”)
Column MappingMapperYes*Map data to specific columns (*Required for “Select Specific Columns”)
Add HeadersSwitchYesInclude column headers in the output

How It Works

This node takes structured data from previous workflow nodes (like Google Ads, Analytics, etc.) and writes it to your specified Google Sheets location. You can either write all the data automatically or map specific fields to chosen columns.

Write Mode Options

Overwrite (Default):

  • Replaces existing data starting from your specified row
  • Keeps data above your starting row intact
  • Perfect for updating specific sections while preserving headers

Append:

  • Adds new data to the end of existing data
  • Preserves all historical records
  • Great for accumulating data over time

Clear Sheet Before Writing:

  • Removes all existing data from the entire sheet first
  • Then writes new data starting from your specified row
  • Perfect for complete sheet refreshes and clean starts

Data Mapping Options

Use All Data (Recommended):

  • Automatically writes all data from previous nodes
  • Maintains original column structure and names
  • Simplest option for complete data transfer

Select Specific Columns:

  • Choose which data fields go to which sheet columns
  • Customize column order and selection
  • Perfect for targeted data placement

Column Mapping Guide

When using “Select Specific Columns”, map your data like this:

ColumnData FieldExample
ACampaign NameGoogle Ads campaign names
BClicksClick count data
CCostSpend amounts
DDateReport date

Column Format: Use A, B, C, D… (not A1, B1, etc.)


Configuration Examples

Save Google Ads Report

Scenario: Write Google Ads campaign data to a tracking sheet

Configuration:

  • Spreadsheet URL/ID: Your tracking spreadsheet link
  • Working Sheet: “Campaign Data”
  • Write Mode: “Overwrite”
  • Starting Row: 2 (keeps headers in row 1)
  • Data Mapping: “Use All Data”
  • Data: Connect from Google Ads Get Report node
  • Add Headers: On

Result: Complete campaign data written with headers.

Append Daily Metrics

Scenario: Add today’s performance data to historical log

Configuration:

  • Write Mode: “Append”
  • Starting Row: 1 (irrelevant for append)
  • Data Mapping: “Use All Data”
  • Add Headers: Off (headers already exist)

Result: New data added to end of existing records.

Complete Sheet Refresh

Scenario: Replace all data with fresh weekly report

Configuration:

  • Write Mode: “Clear Sheet Before Writing”
  • Starting Row: 1
  • Data Mapping: “Use All Data”
  • Add Headers: On

Result: Sheet completely cleared, then populated with new data and headers.

Custom Column Layout

Scenario: Write only specific metrics to predefined columns

Configuration:

  • Data Mapping: “Select Specific Columns”
  • Column Mapping:
    • A: Campaign Name
    • C: Clicks (skipping column B)
    • E: Cost
  • Add Headers: On

Result: Data written to specified columns only.


Best Practices

Sheet Preparation

  • Set up headers in row 1 before automation
  • Use consistent column names across workflows
  • Format columns appropriately (currency, dates, numbers)
  • Keep backup copies of important sheets

Write Mode Selection

  • Use Overwrite for reports that update specific sections
  • Use Append for accumulating historical data
  • Use Clear Sheet Before Writing for complete data refreshes
  • Set Starting Row to 1 when clearing entire sheet
  • Set Starting Row to 2 when preserving existing headers (Overwrite mode)
  • Test with small data before full automation

Data Mapping Strategy

  • Start with “Use All Data” for simplicity
  • Use “Select Specific Columns” for custom layouts
  • Map important fields first (dates, identifiers)
  • Keep column mapping consistent across workflows

Header Management

  • Turn on “Add Headers” for new sheets, clear mode, or overwrite mode
  • Turn off “Add Headers” when appending to existing data
  • Use descriptive header names for clarity
  • Match header names with your data source
  • Clear mode always removes existing headers - turn on “Add Headers” to replace them

Credit Cost

Free to use - no credits required.


FAQ