Skip to main content

Google Sheets

Integrate with Google Sheets. Google Sheets node in ActionFlows. Inputs, outputs, and how to use it.

Google Sheets

Overview

Integrate with Google Sheets.

Requirements

Credential Required

This node likely requires an integration credential. Add the related API key/secret from Integrations before execution.

Inputs

Standard Inputs

  • Operationselect · optional

    The operation to perform on the spreadsheet

    Required
    No
    Multiple
    No
    Default
    read
    Options
    readwriteappend
  • Rangetext · required

    The range of cells to interact with

    Required
    Yes
    Multiple
    No
  • Spreadsheet IDtext · required

    The unique identifier of the Google Sheets spreadsheet

    Required
    Yes
    Multiple
    No
  • Valuesjson · optional

    2D array of values to write to the specified range

    Required
    No
    Multiple
    No

Outputs

  • Datajson

    Data read from or written to the spreadsheet

  • Successboolean

    Success state of the Google Sheets operation