Skip to main content
Version: Current

Delete Columns

Description

Deletes one or more entire columns from the specified Google Sheet.


Common Capabilities

Process Data Support

info

This activity supports dynamic configuration using variables from the Process Data drawer.

You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.

Learn more → Using Process Data


Design-Time Configuration

Display Text

A user-defined name for the activity, displayed on the workflow canvas to help identify its purpose.

Connection Name

The name of the configured Google Drive connection used for authentication.

Spreadsheet

The file path or unique identifier (ID) of the Google Spreadsheet stored in Google Drive.

Refer to this guide to learn how to access a spreadsheet using its file path or ID.

Sheet Name

The name of the sheet where the delete operation will be performed.
If not specified, the currently active sheet is used.

Selection Type

Specifies whether to delete a single column or a range of columns.

Column Letter

The column letter to delete (for example, A).
Required when Selection Type is set to Single.

From

The starting column letter of the range to delete (for example, A).
Required when Selection Type is set to Multiple.

To

The ending column letter of the range to delete (for example, C).
Required when Selection Type is set to Multiple.


Wait All Incoming

Execution Control

Controls how this activity behaves when multiple incoming execution paths converge.

Determines whether the activity executes when:

  • any incoming path completes, or
  • all relevant paths have completed before execution

Learn more → Execution Control


On Error

Error Handling Strategy

Defines how the workflow behaves if this activity encounters a runtime error.

Supported strategies include Fault, Continue, Suspend, and Retry.

Learn more → Error Handling


Output

Returns True if the columns are successfully deleted; otherwise, returns False.