Add value to a multiple-value field
Appends a new value to a multiple-value CRM field without overwriting existing values.
Appends a new value to a multiple-value CRM field without overwriting existing values.
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 (e.g. UF_CRM_TAGS or PHONE) | string | yes | |
| Value to add | string | yes | |
| Skip if already present (Y/N, default Y) | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |
| Resulting number of elements in the field | int |