Skip to main content
Columns

Delete column

Delete column

Deletes a column from a table.


Options

Google Sheets connection

Select the Connection action set up in the flow.

Spreadsheet ID

Enter the ID of the spreadsheet the table is in. The ID can be found in the spreadsheet URL: docs.google.com/spreadsheets/d/{spreadsheetId}/edit.

Table name

Enter the name of the table the column will be deleted from, for example Clientes. Use the List tables action to discover the names of the existing tables.

Name of the column to delete

The exact column name, as it appears in the table header.

Returns

This action has no returns.

Rules and Conditions

  • The Google Sheets connection, Spreadsheet ID, Table name and Name of the column to delete fields are required.
  • If the table given in Table name is not found, the robot stops with an error.
  • If the column given in Name of the column to delete does not exist in the table header, the robot stops with an error.
  • The whole column is deleted from the tab (not just its content) and the table is resized automatically to reflect the new width.