Basic Information

appmixer.servicenow.record.UpdateRecord

Update Record - Legacy

1.0.0

Public

Updates the specified record either with the request body or with specific name-value pairs included in the request body.

Input Ports

in

FieldTypeDescription
Table name text Name of the table from which to retrieve the record.
Sys ID text Sys ID of the record to update.
Record textarea JSON object containing field values for the new record. Example: {"email":"foo@bar.baz","name":"Foo"}. This takes precedence over the pairs field(s).
Fields expression Fields to update a record.
Display value toggle Return field display values (true), actual values (false), or both (all) (default: false)
Exclude reference link toggle True to exclude Table API links for reference fields (default: false)
Fields to Return text A comma-separated list of fields to return in the response
View text UI view for which to render the data. Determines the fields returned in the response. Valid values: desktop, mobile, both. If you also specify the sysparm_fields parameter, it takes precedent.
Input display value toggle Set field values using their display value (true) or actual value (false) (default: false)
Suppress auto sys field toggle True to suppress auto generation of system fields (default: false)
Query no domain toggle True to access data across domains if authorized (default: false)

Output Ports

Full Metadata