Google Sheets
Triggers
Trigger components allow you to start an automation flow when an event happens in the app.
New Row Added
Emit new events each time a row or rows are added to the bottom of a spreadsheet.
New Spreadsheet
Emit new event each time a new spreadsheet is created in a drive.
Actions
Action components allow you to perform operations on the app.
Add Multiple Rows
Add multiple rows to the Google Sheet. See the docs here.
Add Single Row
Add a single row to the Google Sheet. See the docs here.
Clear Cell
Delete the content of a specific cell in a spreadsheet. See the docs here.
Clear Row
Delete the content of a specific row in a spreadsheet. See the docs here.
Copy Worksheet
Copy an existing worksheet to another Google Sheets file. See the docs here.
Create Column
Create a new column in a spreadsheet. See the docs here.
Create Spreadsheet
Create a new spreadsheet. See the docs here.
Create Worksheet
Create a new worksheet in the Google Sheet. See the docs here.
Delete Row
Delete the row in a spreadsheet. See the docs here.
Delete Worksheet
Delete a worksheet in the Google Sheet. See the docs here.
Find Rows
Find a multiple rows in the Google Sheet. See the docs here.
Get Cell
Retrieve cell value from the Google Sheet. See the docs here.
Get Values in Range
Retrieve values from a range in the Google Sheet. See the docs here.
Get Values
Retrieve values from the Google Sheet. See the docs here.
List Worksheets
List all worksheets in the Google Sheet. See the docs here.
Update Cell
Update the content of a specific cell in a spreadsheet. See the docs here.
Update Row
Update a single row in the Google Sheet. See the docs here.
Update Rows
Update rows in the Google Sheet. See the docs here.