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

object

yes

Always

The record instance to be saved into the database after applying changes.

Data

dataBody

yes

Always

Data to be used to update record.

Outputs

Name Type Description

updatedRecord

record

The updated record

Sample

Updated record image.

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.

Back to top