create_table_record
Create a new record in any ServiceNow table by specifying the table technical name and a dictionary of field values.
Instructions
Create a new record in any ServiceNow table by technical name. fields is a
dict of ServiceNow field name -> value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| fields | Yes |