appmixer.servicenow.record.CreateRecord
Create Record - Legacy
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| 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) |
Dynamic variables loaded from /component/appmixer/servicenow/record/ListRecords?outPort=out