Count files in a field
Counts the number of attached files in a CRM entity file field. Useful for checking "are documents attached?" in a business process.
Counts the number of attached files in a CRM entity file field. Useful for checking "are documents attached?" in a business process.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Entity type: deal / contact / company / lead | string | yes | |
| Entity ID | int | yes | |
| File field code | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| File count | int |
| Has files (Y/N) | string |