Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
- Edit your form.
- Click the what happens to my data? icon in the designer toolbar.
- Click on the Doc URI tab.
- Select the Save Submissions to a Google Spreadsheet wizard.
- This launches the Google Sheet Wizard. Enter your Google account username and your access token and click the login button
- A Spreadsheet dropdown appears listing all the spreadsheets in your Google account
- Select the Google Sheet from the list.
- Select the worksheet of your Google Sheet that you want to update with new submissions.
- Click Finish on the Wizard
Warning |
---|
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. |
...
business rules are used to retrieve and update data in Google sheets via the Google Connector. Passing user names, passwords, sheet and worksheet names as part of a URL in rules has been deprecated . This method will not work when the sheet or worksheet name contain certain special characters.
...
- Click the what happens to my data icon in the toolbar at the top of the form.
- In the wizard that pops up, select the Save to Google Documents button.
- Enter your login credentials. Enter the access token for your account.
- After your login has succeeded, the wizard will show the list of Folders available. Sub-folders are not listed in the folder list.
- Select the folder you created earlier (Leave Approvals).
- Choose a name for the Submission Folder. This name should be unique for each submission. The best approach is to choose a combination of controls in the form that will generate a unique name. For example, if your form contains controls named EFulName and StartDate for employee's full name and start date of the leave, then choose: {EFullName}_{StartDate}.
- Click the Finish button.
- Your form is now configured to save submissions to your Google Drive.
...