Describes how to use the find data step
Description
Finds data using specified query.
Category
Data
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Entity |
|
yes |
Always |
The entity to lookup data. |
|
Query |
|
no |
|
The query used to filter records. |
Outputs
Name | Type | Description |
---|---|---|
recordsResultSet |
|
A list of records that can be iterated. |
Sample

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.