Pass multivalued properties with an Exchange activity

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • To set a multivalued property using an Exchange activity, you must use a specific parameter format.

    このタスクについて

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

    手順

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