Skip to main content
Version: Current

Insert Columns

Description

Inserts new empty columns into a specified location in a Google Spreadsheet.


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

The label for this activity as it appears on the workflow canvas.

Connection Name

Select the configured Google Drive connection used to authenticate and access the spreadsheet.

Spreadsheet

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

See this guide for details on using file paths and IDs.

Sheet Name

The name of the sheet where the operation will be performed.
If left empty, the currently active sheet is used.

Selection Type

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

Column Letter

The column letter at which the new column will be inserted (for example, B).
Required when Selection Type is set to Single.

From

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

To

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

Inherit Previous Formatting

When enabled, newly inserted columns inherit formatting (such as background color, borders, and text styles) from the column immediately preceding them.


Wait All Incoming

Execution Control

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

Choose whether the activity runs when:

  • any incoming path completes, or
  • all relevant incoming paths complete 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 were successfully inserted; otherwise returns False.