Endpoint Update Sheet Rows
Name
update_sheet_rows
Description
Related Tables
Parameters
Parameter | Required | Options | ||||||
---|---|---|---|---|---|---|---|---|
Name:
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. |
|
|||||||
Name:
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. |
|
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
|
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 |
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:
Optional Parameters | |
---|---|
Allow Partial Success (Default=False) | |
Override Validation (Default=False) |

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).