Describes how to use the find data step

Description

Finds data using specified query.

Category

Data

Inputs

Label Type Required Default Visibility Description

Entity

entity

yes

Always

The entity to lookup data.

Query

query

no

config.entity

The query used to filter records.

Outputs

Name Type Description

recordsResultSet

resultSet

A list of records that can be iterated.

Sample

Find data image.

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

Back to top