Actions

SaveTo GoogleSheet Action

Save data to a Google Spreadsheet.

The SaveToGoogleSheet Action stores each submission data as a new record in the specified Google Drive Spreadsheet. Use it to store or log submissions.


Settings

SaveToGoogleSheet Action Settings
SettingDescriptionRequired
AccountThe Google account used to connect to Google Drive via OAuth.
SpreadsheetThe Google Drive Spreadsheet to which to connect.
SheetThe Spreadsheet Sheet to use as the data destination, defaults to the first sheet.
Value Input OptionDefines how the data will be interpreted when saved to the spreadsheet. Raw, the values will be stored as-is, or User Entered, the values will be parsed as if were typed into the UI.
Common Settings
ValidationDescription
Action NameThe name to reference this action.
StatusDefines if the action is enabled or disabled.
ExecutionA list of conditions that must be met in order for the action to be executed.

Mapping

Once the spreadsheet has been chosen, its columns will appear in the Content field ready to be mapped, being the column configuration pre-established by the sheet's first-row schema. The mapping will determine what value will be saved at what column of the record that is being saved or updated.

SaveTo Action Mapping

Not all columns require a value, in fact, mapping is disabled by default and must be enabled for each column independently. Once enabled the value can be inputted manually or dynamically with the use of the Dynamic Workflow.

SettingDescriptionDynamic
ValueThe value that will be mapped to the column.

Integration

  1. Create a Form Area and access it Settings Panel.
  2. Add a SaveToGoogleSheett action and fulfill the required settings.
Previous
SaveTo Database