Pass multivalued properties with an Exchange activity

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • To set a multivalued property using an Exchange activity, you must use a specific parameter format.

    Por Que e Quando Desempenhar Esta Tarefa

    The Optional parameters shared input variable allows you to set multivalued properties.

    Procedimento

    • 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);"