Insert table Version 6 (Net)

Action group: Google services


Description

The action writes data from a variable of type Table to the specified area of the active google table page.

Action icon


Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
ContextIndentifier of session for actionRobin.SpreadShee tsSpreadSheets contextYes
Document IDIndentifier of document for actionRobin.String
Yes
SheetName of working sheer. По умолчанию первый лист документа.Robin.String
No
From сellAddress of starting сell to set values In fomat «XY», where «X» - column name and «Y» - row indexRobin.String
Yes
Data tableData table to set valuesRobin.DataTable
Yes
Whith headingIf value is «true», the table header will be inserted into the document along with its rows.Robin.BooleantrueNo

Special conditions of use

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 tableTable after insertion without checkbox "With header" checkedTable after insertion with checkbox "With header" checked

Example of use

Task 

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". 

Solution

Use "Context Google tables", "Get area form table", "Insert table" actions. 

Implementation

  1. Assemble a robot scheme with the actions:


  2. Set the "Context Google tables" action parameters.

    Fill in the "File path" and "Project name" fields (more information about filling in these fields in the Instructions for setting up a connection to Google Sheets/Docs/Drive)

  3. Set the parameters for the "Get area from table" action:


    In the "Document ID" field, specify the reference part of the table.



  4. Set the parameters for the "Insert table" action:

    In the "Document ID" field, specify the reference part of the table.


  5. Click "Start" in the top panel to start the robot.

Result

The program robot completed successfully.

The required value area is obtained and inserted into the given sheet starting from cell "A7".