ServiceNow Connector
Documentation
Version: 2
Documentation

EndPoint Update a Table Row


Name

update_table_row

Description

Insert a row into the table. [API reference]

Parameters

Parameter Label Required Options Description
TableName TableName YES Table name
SysId SysId YES Row 'sys_id'

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
sys_id DT_WSTR nvarchar(64) 64 False
[$parent.Pivot_Name$] DT_WSTR nvarchar(2000) 2000 False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
[$parent.Pivot_Name$] DT_WSTR nvarchar(2000) 2000 False
sys_id DT_WSTR nvarchar(500) 500 False
Required columns that you need to supply are bolded.

Examples

SSIS

Use ServiceNow Connector in API Source component to read data or in API Destination component to read/write data:

Update rows in [Dynamic Table] table using API Destination

This EndPoint belongs to [Dynamic Table] table, therefore you cannot work with it directly. Use this table and table-operation pair instead:

ServiceNow
[Dynamic Table]
Update
SSIS API Destination - Access table operation