Skip to main content

Write To SpreadSheet

This connector is used when writing data to google sheets.

Settings

  • Authentication: A valid google credential item.
  • Connector: A previously added connector that contains the data to be written to the spreadsheet.
  • Data Array: The array of the objects to be written to the spreadsheet.
  • File Location: The folder where the spreadsheet is located.
  • Select Spreadsheet: The spreadsheet where the data will be written
  • Select Sheet: The sheet within the spreadsheet where the data will be written

Output

{
success: Boolean,
message: Optional. Only added when there's an error,
}