How to automatically store form responses in Google Sheets and generate analysis reports
Connect your Tripetto form to Google Sheets to automatically store the form response data in a Google Sheets file and use that data to generate valuable analysis reports. For this example we use Make (formerly Integromat) as our automation tool.
When to use
You can use this automation if you want to collect all data in your own Google Sheets file automatically. And once the data is in your Google Sheets file you can do all kinds of analysis with it.
π Also see: Google Sheets documentation
This article will demonstrate how to get your Tripetto form data in Google Sheets, but it's not a guide to build analysis reports in Google Sheets. Click here for Google Sheets documentation.
What you need
The scenario we describe in this article is an example of connecting Tripetto to other services, in this case Google Sheets. Click here for more general information about connecting Tripetto to other services.
For this scenario you will need the following:
- Tripetto, to collect your form submissions;
- Make1, to connect your form data to other services;
- Google Sheets, to store the form data and create analysis reports.
π Ad 1: Make alternatives
There are alternatives to use as your automation tool. In our example we use Make as our automation tool, but you can also use Zapier, Pabbly Connect or even a custom webhook. Of course it's up to you to use your favorite automation tool.
How to use
These are the steps to take to automate the process of storing form data in Google Sheets.
Step 1 - Build Tripetto form
- First make sure your Tripetto form collects the desired data.
The result of this step is your Tripetto form, which you will use to collect your data from your respondents.
Step 2 - Prepare Google Sheets spreadsheet
- In your Google Sheets account create a new file/spreadsheet.
- Give your spreadsheet a name, for example
Tripetto Form Results
. - In the first row add the column header names of the data fields you want to store in this spreadsheet.
The result of this step is your Google Sheets spreadsheet with the desired column headers, that we will use later on in the process.
Step 3 - Connect Tripetto to Make
- In your Make account add a new scenario.
- Give your scenario a name, for example
Add new row to Google Sheets for new Tripetto submission
. - Add a
Tripetto
module to your Make scenario. As trigger selectWatch Responses
. - Connect your Tripetto form to that trigger, by copy-pasting the webhook URL from Make into your Tripetto form (navigate to
Automate
Connections
Make
). Have a look at this article for the detailed description how to connect Tripetto to Make. - Test the connection, so Make receives the structure of your dataset.
The result of this step is that your Make scenario gets executed for each new form submission and you can use the data fields from your Tripetto form in the Make scenario.
Step 4 - Add new row to Google Sheets
- Add a
Google Sheets
module to your Make scenario. As action selectAdd a Row
. - Grant access to your Google account.
- Under
Spreadsheet
select your earlier created Google Sheets spreadsheet file. - Under
Table contains headers
selectYes
. - Make will now recognize the column header names that you prepared earlier. For each column name you can now select the corresponding data field from your Tripetto form. This is the part where you map the entered data from your Tripetto form to the columns in your Google Sheets spreadsheet file.
The result of this step is you now have automated sending the data from Tripetto to Google Sheets.
Step 5 - Test and activate
- Click
Run once
in Make to start testing your automation. - Fill out and submit your Tripetto form once.
- Check if your Make scenario has been processed correctly. If so, check the Google Sheets spreadsheet to see if the data is indeed added as a new row.
- Activate your scenario in Make.
From now on this scenario will be executed automatically for each new form submission! Every new submission will now automatically be added to your Google Sheets spreadsheet π
Step 6 - Generate analysis reports (optional)
- Now that your data comes into your Google Sheets spreadsheet automatically, you can use that data to generate all kinds of analysis reports.
- It totally depends on your use case and wishes for the analysis how to set that up in Google Sheets. Click here for Google Sheets documentation.
The result of this step will be you get valuable insights in your collected data.
Other examples
Tripetto lets you connect to 1.000+ services. We have made some step-by-step examples for often used scenarios:
- How to automatically store form responses in Google Sheets and generate analysis reports (current article);
- How to automatically store form responses in Notion;
- How to automatically create PDF files from form responses and send these to respondents;
- How to automatically add Mailchimp subscribers from form responses;
- How to automatically create Zendesk support tickets from form responses.