Describes how to use the find record by id step

Description

Finds one record by its ID.

Category

Data

Inputs

Label Type Required Default Visibility Description

Entity

entity

yes

Always

The entity to lookup record.

Record ID

text

yes

Always

ID of the record to find.

Outputs

Name Type Description

resultRecord

record

The found record.

Sample

Find record by id image.

The flow starts, the find record by id step searches for a specific record by id, then the record is logged and then the execution finishes with the end step.

Back to top