Remove value from a multiple-value field
Removes a specific value from a multiple-value CRM field. All other values are preserved.
Removes a specific value from a multiple-value CRM field. All other values are preserved.
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 | |
| Value to remove | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |
| Number of occurrences removed | int |
| Resulting number of elements in the field | int |