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

entity

yes

Always

Entity to create a new record instance.

Data

dataBody

yes

Always

Data to be used to create record.

Outputs

Name Type Description

createdRecord

record

Created record instance.

Sample

Create record image

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.

Back to top