session.completed event fires. It connects via OAuth using your Google account.
Setup
Connect your Google account
Go to Integrations → New integration → Google Sheets. Click Connect to Google. You’ll be asked to authorise Feedal to edit your spreadsheets. After authorising, you’re returned to Feedal.
Configure the spreadsheet
Enter the Spreadsheet ID and Sheet name where responses should be appended.
Configuration
| Field | Required | Default | Description |
|---|---|---|---|
| Spreadsheet ID | Yes | — | The ID from the sheet URL: /spreadsheets/d/SPREADSHEET_ID/edit |
| Sheet / tab name | — | Sheet1 | The name of the tab to append rows to |
| Include answers | — | On | Add one column per question answer |
Row format
Each row appended to the sheet contains:| Column | Value |
|---|---|
| Session ID | Full UUID |
| Form | Form title |
| Submitted at | ISO 8601 timestamp |
| Duration (s) | Integer seconds |
| Score | Total score |
| (one column per question) | Answer value |
Reconnecting
OAuth tokens are refreshed automatically. If access is revoked in your Google account, the integration status changes toerror. Click Reconnect to re-authorise.
Next steps
Airtable
Create Airtable records instead.
Exporting to CSV
One-time bulk export of all responses.