Action group: Google services
The action writes a value in cell.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Indentifier of session for action | Robin.SpreadShee ts | SpreadSheets context | Yes |
Document ID | Indentifier of document for action | Robin.String | Yes | |
Sheet | Name of working sheet. By default, the first sheet of the document. | Robin.String | No | |
Cell | The name of the cell to which the action is to be applied, in the format «XY», where «X» is the column name and «Y» is the row index. | Robin.String | Yes | |
Data in cell | The value to be set in the specified cell. If it is not filled, then the cell will be cleared. | Robin.Object | No |
The Google Sheets API has a limit of up to 60 read-requests per user per minute. To ensure that the action does not immediately generate an error when the limit on the number of requests is reached, the action includes a loop operation that will resend requests within a minute.
There is a Google spreadsheet:
Write value "2" in cell "A1".
Use the "Context Google tables", "Write in cell" actions.
The program robot completed successfully.
The value was written in cell "A1".