Skip to main content

Insert Columns

Description

This activity inserts one or more columns at the specified address.

note

This activity works only inside Google Context activity.

Properties

  • Insert - Specify one of the following options.

    OptionDescription
    SingleInsert a single column at the specified address. A new column will be inserted before the Column represented by the Column Address property.
    MultipleInsert multiple columns at the specified address. The new columns will be inserted before the Column represented by the From address. The number of columns would be calculated based on the specified From and To addresses.
  • Column Address - Specify either the column address or cell address to insert a new column in that address.

  • From - Specify the starting address of the range. The address can be either a column address or a cell address. It is a mandatory field if Multiple Columns is selected.

  • To - Specify the ending address of the range. The address can be either a column address or a cell address. It is a mandatory field if Multiple Columns is selected.

Location

Misc

  • DisplayName – Add a display name to your activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Sheet Name - Specify the sheet's name where you want to insert the new Column. By default, it will operate on the currently active sheet.
  • Inherit Perious Formatting - If checked, the new Column's format will match its previous Column format. By default, the new Column's format will match its next Column's format.
  • Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Range - Returns the inserted column range.

Example

Download Example

Insert Columns