Google Sheets (Deprecated)
-
Deprecated connectors will continue to work as before and are fully supported.
-
If you are using deprecated connectors in your existing Workflows and/or Flow services, they will work as expected.
-
No new feature enhancements will be made for deprecated connectors.
-
If you are creating new Workflows or Flow services, it is recommended to use the provided alternative connectors instead of the deprecated connectors.
-
The deprecation is applicable only for Actions.
-
The deprecation is not applicable for Triggers, that is, Triggers are supported for both deprecated and alternative connectors. For the list of triggers, see the documentation for alternative connectors.
Google Sheets is an online spreadsheet application that lets you create and manage spreadsheets and share them with other users.
Actions
-
batchUpdateSpreadsheetData: Update bulk spreadsheet data
-
batchClearSpreadsheetData: Clear one or more ranges of data from a spreadsheet
-
updateSpreadsheetData: Update data into a spreadsheet
-
createSpreadsheet: Create a new spreadsheet
-
clearSpreadsheetData: Clear data from a spreadsheet
-
copySheet : Copy a single sheet from a spreadsheet to another spreadsheet
-
getSpreadsheetData: Retrieve an existing spreadsheet data identified by id and range
-
appendSpreadsheetData: Append data to an existing spreadsheet
-
getSpreadsheet: Retrieve an existing spreadsheet identified by id
-
batchGetSpreadsheetData: Retrieve one or more ranges of data from a spreadsheet
Custom Actions
Google Sheets connector also lets you create your own custom actions for performing specific tasks. The actions you create look and work exactly like the other predefined actions do.
Learn more about how to create custom actions.