Activity «Write to a cell range» can be found in section «Google Sheets».
The activity allows to write table values to the specified range of sheet cells.
Important! To work with the Google Sheets service, you need to connect by following the Instructions for configuring Google Sheets.
Property; Class; Type; Description
Sheet; In; String; Name of the sheet to write data to.
Starting cell; In; String; The cell from which data filling begins.
Include headers; In; Boolean; Need to write headers to the sheet?
Table; In; DataTable; Table of values to be written.
Service; In; Activities.GoogleSheets.Core. GoogleSheetsService; A service that allows to work with Google Tables.