Create Record
Overview
Creates a new data record
Category: Data
Use this action to create a new data record of a given object type. Provide the object type and the field values for the new record.
Request
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
objectType |
string | Yes | Any core or custom object in the data model | Jobs |
fields |
object | Yes | An object containing field names and values to set on the new record | (see below) |
Response
This action’s output is available as $createRecord in JSONata expressions. See Response format for the standard result.data / result.errors structure and error handling patterns.
| Field | Type | Description |
|---|---|---|
result.data.UID |
string | The UID of the created record |
Example output:
{
"UID": "00147d8e-5fa2-4b63-a670-af81566ddc11"
}
Feedback
Was this page helpful?