Describes how to use the create record step
Description
Creates a new record instance in the database.
Category
Data
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Entity |
|
yes |
Always |
Entity to create a new record instance. |
|
Data |
|
yes |
Always |
Data to be used to create record. |
Outputs
Name | Type | Description |
---|---|---|
createdRecord |
|
Created record instance. |
Sample

The flow starts, the create record step creates a new record and then the execution finishes with the end step. In case of an error while creating the new record, the error will be logged and the execution will finish.