Forum

Mathieu Roll
      Has successfully completed the online course Introduction
      Has successfully completed the online course Intermediate (200)
      Has successfully completed the online course Advanced (300)
      Has successfully completed the online course Basics (100)
    5 years ago #10178
    Up
    0
    Down
    ::

    Hello Chris,

    you can access the input parameter with oPayload.nameOfParameter.

    For output parameters you have to return an Object.

    Example:
    return {nameOfOutputParameter: “someString”}

    If you have no ouput parameters you have to return an empty object like this return {}.