Google Sheets
Productivity Available Requires secrets

Google Sheets — Spreadsheet Logging & Reporting

Log workflow data to Google Sheets from Enveu Flow. Track media operations, migration progress, and pipeline metrics automatically.

What this integration does

Log workflow data to Google Sheets from Enveu Flow. Track media operations, migration progress, and pipeline metrics automatically.

Best for

Writing workflow outputs, asset metadata, processing reports, and migration logs to Google Sheets automatically for tracking and review.

Append rows, update cells, and read data from Google Sheets as part of your workflow. Use for logging migration progress, tracking content status, or reading configuration data.

Inputs & outputs.

Inputs
Spreadsheet ID Google Sheets document to write to
Sheet name Tab within the spreadsheet to append rows to
Row data Column values to write — supports dynamic workflow variables
Outputs
Row index Row number of the appended data
Update timestamp Time the row was written to the sheet

Triggers & actions.

Triggers
Row added
A new row is added to a configured sheet — triggers a downstream workflow
Cell updated
A specific cell value changes — useful for approval or status-change workflows
Actions
Append row
Add a new row of data to a Google Sheet from workflow output
Update row
Update specific cells in an existing row by row index or lookup
Read row
Fetch row data from a sheet to use as input in a workflow step
Clear range
Remove data from a specified range of cells in a sheet
Create sheet
Add a new tab to an existing Google Sheets document

Example workflow.

Migration completes
Flow engine
Format report row
Flow engine
Append to log
Google Sheets action
Notify
Slack

Frequently asked questions.

Flow connects to Google Sheets using a Google Service Account JSON key, stored securely in the Flow vault. The service account needs Editor access to the target spreadsheet.
Yes. Flow can append a row to a Google Sheet at the end of each asset migration, logging the asset ID, status, timestamp, and any error details. This creates a real-time migration audit log.
Yes. The read range action fetches cell values from a configured sheet. You can use this to read configuration tables, asset lists, or mapping rules that drive downstream workflow logic.
Yes. The row added trigger fires when a new row appears in a configured sheet. This is useful for intake workflows where a team member adds an asset to a sheet to kick off processing.