How to use
The Google Sheets integration in Nova lets you work with your spreadsheets automatically. You can insert, update, and delete rows, retrieve all data, and add new columns, and trigger automated flows when new rows are added or updated.
Actions (6)
Get Row
Fetches a row from a google spreadsheet as a comma separated string
Try it nowInsert Row
Appends a new row to a google spreadsheet
Try it nowDelete Row
Delete a row from a google spreadsheet
Try it nowUpdate Row
Updates a row in a google spreadsheet
Try it nowGet All Rows
Fetches all rows from a google spreadsheet as an array of comma separated strings
Try it nowInsert Column
Inserts a column in a google spreadsheet
Try it now

