Check if a field is filled
Checks whether a CRM entity field has a non-empty value. Returns Y/N for use in a business process conditional branch.
Checks whether a CRM entity field has a non-empty value. Returns Y/N for use in a business process conditional branch.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Entity type: deal / contact / company / lead | string | yes | |
| Entity ID | int | yes | |
| Field code | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Field is filled (Y/N) | string |
| Current field value | string |