Google Docs

gdoc_insert_table_row

Insert a new row in an existing table.

Remote node2flow/google-docs

Other tools also called gdoc_insert_table_row? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "row_index": {
      "type": "number",
      "description": "0-based row index of a reference cell"
    },
    "document_id": {
      "type": "string",
      "description": "The document ID"
    },
    "column_index": {
      "type": "number",
      "description": "0-based column index of a reference cell"
    },
    "insert_below": {
      "type": "boolean",
      "description": "true = insert below reference row, false = insert above"
    },
    "table_start_index": {
      "type": "number",
      "description": "Start index of the table element in the document"
    }
  }
}