Activity «Write to cell» can be found in section «Google Sheets».
The activity allows to write a value to the specified sheet cell.
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.
Cell; In; String; Address of the cell to write data to.
Write the formula; In; Boolean; True - if you need to write the formula to a cell, false - if the result of the formula.
Value; In; String; The value to write to the cell.
Service; In; Activities.GoogleSheets.Core. GoogleSheetsService; A service that allows to work with Google Tables.