Google Sheets Connection
Connect Google Sheets to read, write, and manage spreadsheet data in your workflows.
Required Credentials
- Service Account JSON
- Default Spreadsheet ID (optional)
Setup Steps
- Go to Google Cloud Console
- Create a new project or select existing
- Enable the Google Sheets API
- Go to "Credentials" → "Create Credentials" → "Service Account"
- Name your service account and grant appropriate roles
- Click on the service account → "Keys" → "Add Key" → "Create new key"
- Select JSON format and download
- Copy the entire JSON content
- Share your spreadsheet with the service account email (found in the JSON)
- Add the JSON to your Workflow Builder connections
Features
- Read data from spreadsheets
- Append rows to spreadsheets
- Update specific cells or ranges
- Create new sheets within a spreadsheet
Best Practices
- Share spreadsheets with the service account email before using
- Use specific ranges instead of entire sheets for better performance
- Handle empty cells gracefully
- Monitor API quotas (100 requests per 100 seconds per user)