Reference

Endpoint Update Sheet Rows


Name

update_sheet_rows

Description

No description available

Related Tables

[Dynamic Table]

Parameters

Parameter Required Options
Name: AllowPartialSuccess

Label: Allow Partial Success (Default=False)

When specified with a value of true, enables partial success for this bulk operation. See Partial Success for more information.
Option Value
false false
true true
Name: OverrideValidation

Label: Override Validation (Default=False)

You may use the query string parameter overrideValidation with a value of true to allow a cell value outside of the validation limits. You must specify strict with a value of false to bypass value type checking.
Option Value
false false
true true

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Description
Id DT_I8 bigint
CreatedAt DT_DBTIMESTAMP datetime
ModifiedAt DT_DBTIMESTAMP datetime
CreatedAtLocalTime DT_DBTIMESTAMP datetime
ModifiedAtLocalTime DT_DBTIMESTAMP datetime
RowNumber DT_I4 int
BatchMessage DT_WSTR nvarchar(4000) 4000
BatchFailedItems DT_NTEXT nvarchar(MAX)
BatchResultCode DT_I4 int
Version DT_I4 int
HttpStatusCode DT_I4 int
PrevRowId DT_I8 bigint
If the column you are looking for is missing, consider customizing Smartsheet Connector.

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Description
[$parent.title$] DT_WSTR nvarchar(2000) 2000
==Checkbox Columns === DT_BOOL bit
Id DT_I8 bigint Row ID
Required columns that you need to supply are bolded.

Examples

SSIS

Use Smartsheet Connector in API Source or in API Destination SSIS Data Flow components to read or write data.

API Destination

This Endpoint belongs to the [Dynamic Table] table, therefore it is better to use it, instead of accessing the endpoint directly. Use this table and table-operation pair to update sheet rows:

API Destination - Smartsheet
Read / write SmartSheet data inside your app, perform many SmartSheet operations such as Read, Insert, Update, Delete, List, Search, Export on objects like Sheets, Rows, Users etc without coding with easy to use high performance API Connector
Smartsheet
[Dynamic Table]
Update
Optional Parameters
Allow Partial Success (Default=False)
Override Validation (Default=False)
SSIS API Destination - Access table operation

ODBC application

Use these SQL queries in your ODBC application data source:

Update Sheet Rows

-- We are out of SQL query examples for this Endpoint, sorry!
-- But will try to get some very very soon!

update_sheet_rows endpoint belongs to [Dynamic Table] table(s), and can therefore be used via those table(s).

SQL Server

Use these SQL queries in SQL Server after you create a data source in Data Gateway:

Update Sheet Rows

DECLARE @MyQuery NVARCHAR(MAX) = '-- We are out of SQL query examples for this Endpoint, sorry!
-- But will try to get some very very soon!';

EXEC (@MyQuery) AT [LS_TO_SMARTSHEET_IN_GATEWAY];

update_sheet_rows endpoint belongs to [Dynamic Table] table(s), and can therefore be used via those table(s).