Create
Creates a new record of the specified type in Salesforce.
Options
Field | Definition | Type | Required |
---|---|---|---|
Record Type | A dynamically generated list of record types, including custom records. | Dropdown | TRUE |
Input
Input fields are dynamically generated and will reflect the fields that are available in your Salesforce instance for that record type. Any field with _c
at the end is a custom field.

For any date field in this action, it must be in standard UTC format. The Salesforce API will automatically convert it to the timezone of your instance.
These are some standard fields that you may see as inputs on your card:
Field | Definition | Type | Required |
---|---|---|---|
ParentID | The unique identifier of the parent record in Salesforce to which you want to associate this new record | Number | FALSE |
Name | The name of the record that you are creating | String | FALSE |
Type |
The category of the record you are creating, represented in your Salesforce instance as a dropdown menu. ![]() You can write any value to this field, but we recommend matching the exact spelling and capitalization to the available dropdown options to ensure consistency across your records |
List of objects | FALSE |
OwnerID | The unique identifier of the owner of the record you are creating. You can search for a particular owner's ID by using the Salesforce Search action and selecting "User" as the record type | Number | FALSE |
Output
Field | Definition | Type |
---|---|---|
Data | ||
id | The unique identifier in Salesforce of the record that was created | Number |