Skip to main content

Smartsheet: Update Cell

Description

Smartsheet: Update Cell step updates content in the specified cell of Smartsheet.

tip
  • To get the row ID, click on Serial number cell -> Click ( menu) in the Row Menu -> Select Properties -> Copy the Row ID.

update

References: https://smartsheet.redoc.ly/#operation/update-rows

Configurations

Connection

No.Field NameDescription
1Step NameName of the step. This name has to be unique in a single workflow.
Connection:
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:
1Smartsheet IDProvide the Smartsheet ID that uniquely identifies the Smartsheet Subscription.

This field is mandatory.

2Accept fields as JSON1. If the checkbox is selected, the ‘JSON‘ field will be used to insert the row at the top or bottom.

2. If the checkbox is not selected, ‘Table Fields’ will be used to build the JSON to insert the row at the top or bottom.

4JSONProvide a valid JSON to insert the record.

Sample Syntax:

[{"id":rowID, "cells": [ {"columnId":columnIdValue, "value":"cellValue"} ]}]

Example:

[{"id":"1950407805822852", "cells": [ {"columnId":6907388603197316, "value":"TestValue"},{"columnId":6907388603197318, "value":true}]}]
5Table FieldsProvide the details in the Table Fields if you did not select the checkbox.
5.aVariable Field NameThis field is an optional field that accepts the value from the previous field or run-time parameters.
5.bStatic Field NameOn click in the input table, fields associated with the module name will populate.
5.cField ValuesValue of the respective field associated with the field name.

This field is mandatory.

6Row IDSelect the row you want to update.

This field is mandatory.

7GetClick to populate the list of Row IDs in the Smartsheet.