Describes how to use the update record step
Description
Manipulates a record and stores changes in 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. |
|
Data |
|
yes |
Always |
Data to be used to update record. |
Outputs
Name | Type | Description |
---|---|---|
updatedRecord |
|
The updated 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.