Find smart process item
Searches for smart process items by filter: stage, assigned user, or a custom JSON filter.
Searches for smart process items by filter: stage, assigned user, or a custom JSON filter.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Smart process type ID (find it in CRM → Smart Processes → settings) | int | yes | |
| Stage (e.g. DT{entityTypeId}:{stageCode}) | string | — | |
| Assigned user ID | int | — | |
| Custom filter (JSON, e.g. {"contactId":"123"}) | string | — | |
| Sort by: id / createdTime / updatedTime (default updatedTime DESC) | string | — | |
| Maximum results (default 5) | int | — |
What does the robot return?
| Parameter | Type |
|---|---|
| ID of the first item found | int |
| Title of the first item | string |
| All found IDs | int |
| Number of items found | int |
| Found (Y/N) | string |