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 |
|
yes |
Always |
The entity to lookup record. |
|
|
Query |
|
no |
|
The query used to filter records. |
Outputs
| Name | Type | Description |
|---|---|---|
|
resultRecord |
|
The record instance that matches the filtering. |
Sample
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.