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 |
|
yes |
Always |
The entity to lookup record. |
|
|
Record ID |
|
yes |
Always |
ID of the record to find. |
Outputs
| Name | Type | Description |
|---|---|---|
|
resultRecord |
|
The found record. |
Sample
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.