Describes how to use the delete record step

Description

Deletes specified record.

Category

Data

Inputs

Label Type Required Default Visibility Description

Record

record

yes

Always

The record instance to be deleted.

Outputs

Name Type Description

deletedRecord

record

The deleted record.

Sample

Delete record image

The flow starts, the delete record step deletes an specific record and then the execution finishes with the end step. In case of an error while deleting the record, the error will be logged and the execution will finish.

Back to top