Create Record
create_recordCreates a new record in a specified ServiceNow table using provided field values.
Instructions
Create a new record in any ServiceNow table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Record field values as key-value pairs | |
| table_name | Yes | The ServiceNow table name |