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