Basic Information

appmixer.servicenow.record.CreateRecord

Create Record - Legacy

1.0.0

Public

Inserts one record in the specified table. Multiple record insertion is not supported by this method.

Input Ports

in

FieldTypeDescription
Table name text Name of the table from which to retrieve the record.
Record textarea JSON object containing field values for the new record. Example: {"email":"foo@bar.baz","name":"Foo"}.
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 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.
Query no domain toggle True to access data across domains if authorized (default: false)

Output Ports

Full Metadata