Skip to main content

Smartsheet: Add Columns

Description

Smartsheet: Add Columns step adds columns in the Smartsheet.

Reference:

Configurations

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
Connection:
1Accept value as variable/staticLeave the checkbox unchecked to accept the Access Token value from a field in the previous steps of the stream using a drop-down list.

Else, enable the checkbox for the Access Token field to appear as a text box.

2Access TokenGenerate the access token in your Smartsheet account.

This field is mandatory.

3Test ConnectionClick to verify whether the connection is established or not.

Note: Test Connection will only work with static (hardcoded) values and environment variables. It will not work for the previous step fields.

Input Tab

No.Field NameDescription
Input Fields:
1SheetIDProvide the Sheet ID that uniquely identifies the Smartsheet.

This field is mandatory.

2GetClick to fetch the list of available sheet IDs.
3Accept fields as JSONIf the checkbox is selected, the JSON field will be used to add column(s).

If the checkbox is not selected, Table Fields will be used to build the JSON to add column(s).

4JSONProvide a valid JSON to insert the record.

Sample Syntax:

json [{"title": "New MultiPicklist Column 1","type": "MULTI_PICKLIST","options": ["First", "Second", "Third"],"index": 4},{"title":"New Date Column","type":"DATE","index":4}]
5Table fieldsProvide the details in the Table fields if you did not select the checkbox.
5.aColumn NameSpecify the name of the column title for which you want to set the column.

This field is mandatory.

5.bData TypeDatatype of the respective field associated with the Column Name.

This field is mandatory.

Allowed Column types:

"CHECKBOX", "CONTACT_LIST", "DATE", "MULTI_CONTACT_LIST", "MULTI_PICKLIST", "PICKLIST", "TEXT_NUMBER"

5.cDisplay OrderSpecify the column index or position. This number is zero-based.

Note: If you provide multiple column names, then the display order value should be the same.

5.dOptionsSpecify the options if you have selected MULTI_PICKLIST or PICKLIST in the Data Type field.