Add Output

The Outputs section in the Actions tab allows users to define an output for each action, a variable selected from the action’s context.The generated API will return this output, serving as the action's result for external use.

Steps to Define an Output

  1. Initiate the Output Definition

    • Navigate to the Action Page and select the Outputs tab.

    • Click on the New Output button to start the process.

The New Output button will show only when there is no defined output on the action.

  1. Define the Output Variable

    • Upon clicking, a New Output drawer opens.

    • The drawer contains a single field: Variable.

    • Select one of the predefined variables from the action's context. This variable will act as the output for the action.

  2. Submit the Output

    • After selecting the variable, click Submit to save the output.

    • The newly defined output will now be visible under the Outputs tab.

Only one output can be defined per action. If an output is already defined, the New Output button will no longer be visible.

Last updated