Describes how to use the save record step
Description
Stores a record in the database, making changes permanent.
Category
Data
Inputs
| Label | Type | Required | Default | Visibility | Description |
|---|---|---|---|---|---|
|
Record |
|
yes |
Always |
The record instance to be saved into the database after applying changes. |
Outputs
| Name | Type | Description |
|---|---|---|
|
savedRecord |
|
The saved record |
Sample
The flow starts, the update record step updates the data of a record and then the changes are saved by the save record step, finally the execution finishes with the end step. In case of an error, the error will be logged and the execution will finish.