Refetch Sheet
|
|||||
|
|
Replaces rows of the table with the rows of the spreadsheet that is first imported from. Current rows remain visible until all replacement rows are ready
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your Fusion Tables
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
tableId Required |
STRING |
Table whose rows will be replaced from the spreadsheet |
= Parameter name
= Format
tableId STRING Required Table whose rows will be replaced from the spreadsheet |
Output
This building block provides 5 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
Type of the resource. This is always "fusiontables#task" |
progress |
STRING |
Task percentage completion |
started |
BOOLEAN |
false while the table is busy with some other task. true if this background task is currently running |
taskId |
INTEGER |
Identifier for the task |
type |
STRING |
Type of background task |
= Parameter name
= Format
kind STRING Type of the resource. This is always "fusiontables#task" |
progress STRING Task percentage completion |
started BOOLEAN false while the table is busy with some other task. true if this background task is currently running |
taskId INTEGER Identifier for the task |
type STRING Type of background task |