Auto-map activity output variables

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 13일
  • 소요 시간: 2분
  • You can map parameter values in a test payload to variables in the Outputs tab automatically.

    시작하기 전에

    Role required: admin

    프로시저

    1. From the Execution Command in the template, select the Inputs tab.
    2. Click Test Inputs to test the input parameters.
      If you added actual values for the parameters and fields, the system runs those values against the specified target and returns the resulting payload. If you mapped input variables to fields and parameters, the system displays a dialog box for assigning test values to those variables.
    3. Provide test values, if requested, and click OK to display the payload.
      The entire payload appears in the Raw Output tab of the Response form.
      Auto-mapping controls
    4. Select an auto-mapping option.
      옵션설명
      Auto-Map to Local Translates the entire payload into a JSON object and places it in the data bus. This allows for post-processing manipulation in JavaScript. This selection causes the entire data field on the right to disappear and the inputs structure to be auto-populated with these default variables:
      • output
      • totalRows
      • errorMessage
      • eccSysId
      Auto-Map to Output Automatically populates the output variables in the activity with the same default variables used as inputs for the local variable.
      주:
      No parsing rules are available with auto-mapping selections.