Action group: Google services
The action reads the cell data.
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 | Cell to read from in format «XY», where «X» - column name and «Y» - row index | Robin.String | Yes | |
Results | ||||
Result | Value from cell | Robin.String |
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 table with values:
Take the data from cell "A3" and output it to the dialog box.
Use the "Context Google tables", "Read cell", "Show message" actions.
The program robot completed successfully. The cell data was obtained.
The value from cell "A3" is displayed in the dialog box.