---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Pass multivalued properties with an Exchange activity

# Pass multivalued properties with an Exchange activity {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

To set a multivalued property using an Exchange activity, you must use a specific
parameter format.

## Warum und wann dieser Vorgang ausgeführt wird

The Optional parameters shared input variable allows you to set [multivalued properties](http://technet.microsoft.com/en-us/library/bb684908(v=exchg.150).aspx).

## Prozedur

* To set a multivalued property, replacing any existing values, use this format: "`PropertyName`":"(`value1`, `value2`, `value3`)"
* To add values, use this format: "PropertyName":"+(`value1`, `value2`, `value3`);"
* To remove values, use this format: "PropertyName":"-(`value1`, `value2`, `value3`);"
* To both add and remove values, use this format: "PropertyName":"-(`value1`, `value2`, `value3`);+(`value1`, `value2`, `value3`);"
{#t_PassMultivaluedProperties__steps-unordered_r4b_jtk_gr}

