Table of Contents |
---|
frevvo provides wizards and a Google Connector that support easy direct connectivity with Google Sheets. You'll need a Google account and a frevvo account. Each time someone uses and submits your form, a new row is added to your Google sheet.
...
Notice that the column names are Name, Email, Street, City etc. The Name property of the corresponding control in the form is set to match exactly.
Tip |
---|
The column name on a Google sheet must match the control name. The matching is case-insensitive and any spaces in the column name are ignored. A control named "FirstName" matches a column header "first name." |
Step 4: Connect your form to your spreadsheet using the Save to Google Sheets wizard.
Excerpt |
---|
|
You can perform all the usual operations on the data e.g. see the Graphs Tab in our example sheet and you can see how we have created some sample graphs to analyze our submission data.
Save to Google Sheet via Web Hook on a Workflow Step
You can also save form data to Google sheet using the Activity Doc Action Web Hook on any workflow step.
- In your Workflow Outline, click the + Add Step button and select Add Web-hook (HTTP post).
Construct the URL. Replace the items in <> with your Sheet information and login credentials. Note the /w/ for worksheet name, which is different from /wsname/ used when updating sheets via business rules.
http://app.frevvo.com/google/spreadsheets/key/<Spreadsheet Key>/w/<Sheet Name>?user=<email>&password=<OAuth Token>
- Paste the URL into the Web Hook URL field. Check the Data property.
Test your Workflow. The data will post to the Google spreadsheet when the user of the step clicks Continue.
Troubleshooting
"An unknown error has occurred" message
You may see the error message "An unknown error has occurred" when selecting your Google sheet from the dropdown after you log into the wizard with your Google account and access code. To prevent this, set the Share permission for your Google Sheet to private then run the Save to Google Spreadsheet wizard. Change the share permission to public once the wizard is completed. Click here for other reasons this error may occur.