Describes how to use the find record step

Description

Finds one record using specified query

Category

Data

Inputs

Label Type Required Default Visibility Description

Entity

entity

yes

Always

The entity to lookup record.

Query

query

no

config.entity

The query used to filter records.

Outputs

Name Type Description

resultRecord

record

The record instance that matches the filtering.

Sample

Find record image.

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

Back to top