Skip to main content

Write Cell

Description

This activity writes a value into a specified cell inside the specified spreadsheet.

note

This activity works only inside Google Context activity.

Properties

Location

  • Spreadsheet Path / Id - Specify the relative spreadsheet path or id in the drive.
  • Cell Address - Specify the cell address where you want to write the Value.
  • Value - Specify the Value you want to write.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Sheet Name - It specifies the sheet's name from where you want to write the data. By default, it works on the currently active sheet.
  • Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the Value of this property is True.

Output

Example

Download Example

Write Cell