Action group: Google services
The action writes data from a variable of type Table to the specified area of the active google table page.
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 sheer. По умолчанию первый лист документа. | Robin.String | No | |
From сell | Address of starting сell to set values In fomat «XY», where «X» - column name and «Y» - row index | Robin.String | Yes | |
Data table | Data table to set values | Robin.DataTable | Yes | |
Whith heading | If value is «true», the table header will be inserted into the document along with its rows. | Robin.Boolean | true | 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.
For the "With heading" parameter:
Target table | Table after insertion without checkbox "With header" checked | Table after insertion with checkbox "With header" checked |
---|---|---|
There is a Google spreadsheet with values:
It is necessary to take the area of values from cell "B1" to "C4". And then insert the obtained table (area) starting from cell "A7".
Use "Context Google tables", "Get area form table", "Insert table" actions.
The program robot completed successfully.
The required value area is obtained and inserted into the given sheet starting from cell "A7".